Examples of CurveCalculationConfigSource


Examples of com.opengamma.financial.analytics.ircurve.calcconfig.CurveCalculationConfigSource

   * @param repo  the component repository, not null
   * @param configuration  the remaining configuration, not null
   */
  @Override
  public void init(ComponentRepository repo, LinkedHashMap<String, String> configuration) {
    CurveCalculationConfigSource source = createCurveCalculationConfigSource(repo);
   
    ComponentInfo info = new ComponentInfo(CurveCalculationConfigSource.class, getClassifier());
    repo.registerComponent(info, source);
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.