Uses of Class
com.caplin.motif.fx.config.definitions.client.FXCurrencyPair
-
Packages that use FXCurrencyPair Package Description com.caplin.motif.fx.config.definitions.client -
-
Uses of FXCurrencyPair in com.caplin.motif.fx.config.definitions.client
Methods in com.caplin.motif.fx.config.definitions.client that return FXCurrencyPair Modifier and Type Method Description FXCurrencyPair
FXCurrencyPair. overrides(FXCurrencyPairOverrides overrides)
Methods in com.caplin.motif.fx.config.definitions.client that return types with arguments of type FXCurrencyPair Modifier and Type Method Description @NotNull @Valid java.util.Map<java.lang.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.client with parameters of type FXCurrencyPair Modifier and Type Method Description FX
FX. putCurrencyPairsItem(java.lang.String key, FXCurrencyPair currencyPairsItem)
Method parameters in com.caplin.motif.fx.config.definitions.client with type arguments of type FXCurrencyPair Modifier and Type Method Description FX
FX. currencyPairs(java.util.Map<java.lang.String,FXCurrencyPair> currencyPairs)
void
FX. setCurrencyPairs(java.util.Map<java.lang.String,FXCurrencyPair> currencyPairs)
-