static FpmlDocumentParser |
FpmlDocumentParser.of(FpmlPartySelector ourPartySelector) |
Obtains an instance of the parser, based on the specified selector.
|
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.
|
FpmlDocumentParser |
FpmlDocumentParser.withLenientMode() |
Obtains a 'lenient' version of this parser instance.
|