Uses of Class
com.caplin.motif.fx.config.definitions.ToboConfig
-
Packages that use ToboConfig Package Description com.caplin.motif.fx.config com.caplin.motif.fx.config.definitions -
-
Uses of ToboConfig in com.caplin.motif.fx.config
Method parameters in com.caplin.motif.fx.config with type arguments of type ToboConfig Modifier and Type Method Description void
FXConfigAdapter. registerSalesToboConfigProvider(CachedObjectProvider<ToboConfig,SalesToboConfigSubjectInfo> provider)
Registers a provider that is capable of responding to sales TOBO config requests.void
FXConfigAdapter. registerSalesToboConfigProvider(java.lang.String namespace, CachedObjectProvider<ToboConfig,SalesToboConfigSubjectInfo> provider)
Registers a provider that is capable of responding to sales TOBO config requests. -
Uses of ToboConfig in com.caplin.motif.fx.config.definitions
Methods in com.caplin.motif.fx.config.definitions that return ToboConfig Modifier and Type Method Description ToboConfig
ToboConfig. accounts(java.util.List<Account> accounts)
ToboConfig
ToboConfig. addAccountsItem(Account accountsItem)
ToboConfig
ToboConfig. currencyPairs(java.util.Map<java.lang.String,CurrencyPair> currencyPairs)
ToboConfig
ToboConfig. features(Features features)
ToboConfig
ToboConfig. putCurrencyPairsItem(java.lang.String key, CurrencyPair currencyPairsItem)
ToboConfig
ToboConfig. userInfo(UserInfo userInfo)
-