Uses of Interface
com.opengamma.strata.loader.fpml.FpmlTradeInfoParserPlugin
-
Packages that use FpmlTradeInfoParserPlugin Package Description com.opengamma.strata.loader.fpml Loader that can convert files to financial instruments. -
-
Uses of FpmlTradeInfoParserPlugin in com.opengamma.strata.loader.fpml
Methods in com.opengamma.strata.loader.fpml that return FpmlTradeInfoParserPlugin Modifier and Type Method Description static FpmlTradeInfoParserPluginFpmlTradeInfoParserPlugin. standard()Returns the standard parser plugin that parses the trade date and the first identifier of "our" party.Methods in com.opengamma.strata.loader.fpml with parameters of type FpmlTradeInfoParserPlugin Modifier and Type Method Description static FpmlDocumentParserFpmlDocumentParser. of(FpmlPartySelector ourPartySelector, FpmlTradeInfoParserPlugin tradeInfoParser)Obtains an instance of the parser, based on the specified selector and trade info plugin.static FpmlDocumentParserFpmlDocumentParser. of(FpmlPartySelector ourPartySelector, FpmlTradeInfoParserPlugin tradeInfoParser, ReferenceData refData)Obtains an instance of the parser, based on the specified selector, trade info plugin and reference data.static FpmlDocumentParserFpmlDocumentParser. of(FpmlPartySelector ourPartySelector, FpmlTradeInfoParserPlugin tradeInfoParser, Map<String,FpmlParserPlugin> tradeParsers)Obtains an instance of the parser, based on the specified selector and plugins.static FpmlDocumentParserFpmlDocumentParser. of(FpmlPartySelector ourPartySelector, FpmlTradeInfoParserPlugin tradeInfoParser, Map<String,FpmlParserPlugin> tradeParsers, ReferenceData refData)Obtains an instance of the parser, based on the specified selector and plugins.Constructors in com.opengamma.strata.loader.fpml with parameters of type FpmlTradeInfoParserPlugin Constructor Description FpmlDocument(XmlElement fpmlRootEl, Map<String,XmlElement> references, FpmlPartySelector ourPartySelector, FpmlTradeInfoParserPlugin tradeInfoParser, ReferenceData refData)Creates an instance, based on the specified element.
-