Uses of Class
com.caplin.motif.fx.config.definitions.sales.FXCurrencyPair
Packages that use FXCurrencyPair
-
Uses of FXCurrencyPair in com.caplin.motif.fx.config.definitions.sales
Methods in com.caplin.motif.fx.config.definitions.sales that return FXCurrencyPairMethods in com.caplin.motif.fx.config.definitions.sales that return types with arguments of type FXCurrencyPairModifier and TypeMethodDescription@NotNull Map<String,FXCurrencyPair> FX.getCurrencyPairs()By default a currency pair is assumed to six characters, with the first three characters for the base currency, and the last three for the term currency, e.g.Methods in com.caplin.motif.fx.config.definitions.sales with parameters of type FXCurrencyPairModifier and TypeMethodDescriptionFX.putCurrencyPairsItem(String key, FXCurrencyPair currencyPairsItem) Method parameters in com.caplin.motif.fx.config.definitions.sales with type arguments of type FXCurrencyPairModifier and TypeMethodDescriptionFX.currencyPairs(Map<String, FXCurrencyPair> currencyPairs) voidFX.setCurrencyPairs(Map<String, FXCurrencyPair> currencyPairs) Constructor parameters in com.caplin.motif.fx.config.definitions.sales with type arguments of type FXCurrencyPairModifierConstructorDescriptionFX(FXFeatures features, Map<String, FXCurrencyPair> currencyPairs) Constructor with only required parameters