Uses of Interface
com.opengamma.strata.loader.fpml.FpmlParserPlugin
-
Packages that use FpmlParserPlugin Package Description com.opengamma.strata.loader.fpml Loader that can convert files to financial instruments. -
-
Uses of FpmlParserPlugin in com.opengamma.strata.loader.fpml
Methods in com.opengamma.strata.loader.fpml that return FpmlParserPlugin Modifier and Type Method Description static FpmlParserPlugin
FpmlParserPlugin. of(String uniqueName)
Obtains an instance from the specified unique name.Methods in com.opengamma.strata.loader.fpml that return types with arguments of type FpmlParserPlugin Modifier and Type Method Description static ExtendedEnum<FpmlParserPlugin>
FpmlParserPlugin. extendedEnum()
Gets the extended enum helper.Method parameters in com.opengamma.strata.loader.fpml with type arguments of type FpmlParserPlugin Modifier and Type Method Description 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.
-