Package com.opengamma.financial.convention

Examples of com.opengamma.financial.convention.DefaultConventionSource


   *
   * @param repo  the component repository, only used to register secondary items like lifecycle, not null
   * @return the convention source, not null
   */
  protected ConventionSource createConventionSource(final ComponentRepository repo) {
    return new DefaultConventionSource(createConventionMaster(repo));
  }
View Full Code Here

TOP

Related Classes of com.opengamma.financial.convention.DefaultConventionSource

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.