Examples of PatchableReferenceDataProvider


Examples of com.opengamma.bbg.referencedata.impl.PatchableReferenceDataProvider

  @PropertyDefinition(validate = "notNull")
  private ReferenceDataProvider _referenceDataProvider;

  @Override
  public void init(ComponentRepository repo, LinkedHashMap<String, String> configuration) {
    ReferenceDataProvider wrappedRefData = new PatchableReferenceDataProvider(getReferenceDataProvider());
    ComponentInfo info = new ComponentInfo(ReferenceDataProvider.class, "bloomberg");
    repo.registerComponent(info, wrappedRefData);
  }
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.