Package com.opengamma.batch.domain

Examples of com.opengamma.batch.domain.RiskRunProperty


      new MarketData(UniqueId.of(BatchMaster.BATCH_IDENTIFIER_SCHEME, "market-data")),
      Instant.now(),
      Instant.now(),
      0,
      newHashSet(new CalculationConfiguration("calc-config")),
      newHashSet(new RiskRunProperty()),
      false,
      VersionCorrection.LATEST,
      UniqueId.of("Scheme", "view-def")
    );
   
View Full Code Here

TOP

Related Classes of com.opengamma.batch.domain.RiskRunProperty

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.