Package com.opengamma.core.position

Examples of com.opengamma.core.position.PortfolioNodeFudgeBuilder


  }

  // The no-arg constructor may cause the bean based Fudge deserializer to be used instead
  // of the generic form. This will force correct deserialization.
  public static PortfolioNode fromFudgeMsg(final FudgeDeserializer deserializer, final FudgeMsg message) {
    return new PortfolioNodeFudgeBuilder().buildObject(deserializer, message);
  }
View Full Code Here

TOP

Related Classes of com.opengamma.core.position.PortfolioNodeFudgeBuilder

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.