Package com.opengamma.financial.marketdatasnapshot

Examples of com.opengamma.financial.marketdatasnapshot.MarketDataSnapshotterImpl


    return new DataNamedMarketDataSpecificationRepositoryResource(getViewProcessor().getNamedMarketDataSpecificationRepository());
  }

  @Path(PATH_SNAPSHOTTER)
  public DataMarketDataSnapshotterResource getMarketDataSnapshotterImpl() {
    final MarketDataSnapshotter snp = new MarketDataSnapshotterImpl(_targetResolver, _volatilityCubeDefinitionSource, _htsSource);
    return new DataMarketDataSnapshotterResource(getViewProcessor(), snp);
  }
View Full Code Here

TOP

Related Classes of com.opengamma.financial.marketdatasnapshot.MarketDataSnapshotterImpl

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.