Package com.opengamma.financial.convention

Examples of com.opengamma.financial.convention.ConventionBundleImpl


*/
@Test(groups = TestGroup.UNIT)
public class RemoteConventionBundleSourceTest {

  private ConventionBundle createBundle() {
    final ConventionBundleImpl bundle = new ConventionBundleImpl("Test", true);
    bundle.setUniqueId(UniqueId.of("Mock", "0"));
    return bundle;
  }
View Full Code Here

TOP

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

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.