Package com.opengamma.integration.copier.portfolio.web

Examples of com.opengamma.integration.copier.portfolio.web.PortfolioLoaderResource


  private ReferenceDataProvider _bloombergReferenceDataProvider;

  //-------------------------------------------------------------------------
  @Override
  public void init(ComponentRepository repo, LinkedHashMap<String, String> configuration) throws Exception {
    repo.getRestComponents().publishResource(new PortfolioLoaderResource(
        getPortfolioMaster(),
        getPositionMaster(),
        getSecurityMaster(),
        getHistoricalTimeSeriesMaster(),
        getSecurityProvider(),
View Full Code Here

TOP

Related Classes of com.opengamma.integration.copier.portfolio.web.PortfolioLoaderResource

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.