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 FpmlTradeInfoParserPlugin
FpmlTradeInfoParserPlugin. 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 FpmlDocumentParser
FpmlDocumentParser. of(FpmlPartySelector ourPartySelector, FpmlTradeInfoParserPlugin tradeInfoParser)
Obtains an instance of the parser, based on the specified selector and trade info plugin.static FpmlDocumentParser
FpmlDocumentParser. 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 FpmlDocumentParser
FpmlDocumentParser. of(FpmlPartySelector ourPartySelector, FpmlTradeInfoParserPlugin tradeInfoParser, Map<String,FpmlParserPlugin> tradeParsers)
Obtains an instance of the parser, based on the specified selector and plugins.static FpmlDocumentParser
FpmlDocumentParser. 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.
-