Package com.opengamma.financial.analytics.curve

Examples of com.opengamma.financial.analytics.curve.CurveGroupConfiguration$Meta


        for (final FudgeField field : msgForCurve) {
          list.add(deserializer.fieldValueToObject(CurveTypeConfiguration.class, field));
        }
        curveTypes.put(name, list);
      }
      final CurveGroupConfiguration configuration = new CurveGroupConfiguration(order, curveTypes);
      return configuration;
    }
View Full Code Here

TOP

Related Classes of com.opengamma.financial.analytics.curve.CurveGroupConfiguration$Meta

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.