Examples of CurveNodeConverter


Examples of com.opengamma.financial.analytics.conversion.CurveNodeConverter

     * @param conventionSource the convention source, not null
     * @return The curve node converter used to convert a node into an InstrumentDerivative.
     */
    protected CurveNodeConverter getCurveNodeConverter(final ConventionSource conventionSource) {
      ArgumentChecker.notNull(conventionSource, "convention source");
      return new CurveNodeConverter(conventionSource);
    }
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.