39404142434445
final PortfolioPart portfolioPart = (PortfolioPart) part.getObject(); Client client = portfolioPart.getClient(); boolean isHistoric = "historic".equals(target); //$NON-NLS-1$ new UpdateQuotesJob(client, isHistoric, 0).schedule(); }
459460461462463464465
markDirty(); } public void updateQuotes(Security security) { new UpdateQuotesJob(getClient(), security).schedule(); }