Package com.opengamma.financial.analytics.volatility.surface

Examples of com.opengamma.financial.analytics.volatility.surface.BloombergAlternativeFXOptionVolatilitySurfaceInstrumentProvider


    return message;
  }

  @Override
  public BloombergAlternativeFXOptionVolatilitySurfaceInstrumentProvider buildObject(final FudgeDeserializer deserializer, final FudgeMsg message) {
    return new BloombergAlternativeFXOptionVolatilitySurfaceInstrumentProvider(message.getString(PREFIX_FIELD_NAME), message.getString(POSTFIX_FIELD_NAME), message.getString(DATA_FIELD_NAME));
  }
View Full Code Here

TOP

Related Classes of com.opengamma.financial.analytics.volatility.surface.BloombergAlternativeFXOptionVolatilitySurfaceInstrumentProvider

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.