Examples of ConventionBundleImpl


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
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.