Uses of Interface
com.opengamma.strata.loader.fpml.FpmlPartySelector
-
Packages that use FpmlPartySelector Package Description com.opengamma.strata.loader.fpml Loader that can convert files to financial instruments. -
-
Uses of FpmlPartySelector in com.opengamma.strata.loader.fpml
Methods in com.opengamma.strata.loader.fpml that return FpmlPartySelector Modifier and Type Method Description static FpmlPartySelector
FpmlPartySelector. any()
Returns a selector that will choose any party from the trade.static FpmlPartySelector
FpmlPartySelector. matching(String partyId)
Returns a selector that matches the specified party ID.static FpmlPartySelector
FpmlPartySelector. matchingRegex(Pattern partyIdRegex)
Returns a selector that matches the specified party ID regular expression.Methods in com.opengamma.strata.loader.fpml with parameters of type FpmlPartySelector Modifier and Type Method Description 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.Constructors in com.opengamma.strata.loader.fpml with parameters of type FpmlPartySelector Constructor Description FpmlDocument(XmlElement fpmlRootEl, Map<String,XmlElement> references, FpmlPartySelector ourPartySelector, FpmlTradeInfoParserPlugin tradeInfoParser, ReferenceData refData)
Creates an instance, based on the specified element.
-