Uses of Class
com.caplin.motif.fx.config.definitions.MoneyMarketCurrency
-
Packages that use MoneyMarketCurrency Package Description com.caplin.motif.fx.config.definitions -
-
Uses of MoneyMarketCurrency in com.caplin.motif.fx.config.definitions
Methods in com.caplin.motif.fx.config.definitions that return MoneyMarketCurrency Modifier and Type Method Description MoneyMarketCurrency
MoneyMarketCurrency. overrides(MoneyMarketCurrencyOverride overrides)
Methods in com.caplin.motif.fx.config.definitions that return types with arguments of type MoneyMarketCurrency Modifier and Type Method Description @NotNull @Valid java.util.Map<java.lang.String,MoneyMarketCurrency>
MoneyMarkets. getCurrencies()
Get currenciesMethods in com.caplin.motif.fx.config.definitions with parameters of type MoneyMarketCurrency Modifier and Type Method Description MoneyMarkets
MoneyMarkets. putCurrenciesItem(java.lang.String key, MoneyMarketCurrency currenciesItem)
Method parameters in com.caplin.motif.fx.config.definitions with type arguments of type MoneyMarketCurrency Modifier and Type Method Description MoneyMarkets
MoneyMarkets. currencies(java.util.Map<java.lang.String,MoneyMarketCurrency> currencies)
void
MoneyMarkets. setCurrencies(java.util.Map<java.lang.String,MoneyMarketCurrency> currencies)
-