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(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(List<Account> accounts)
TOBOConfig
TOBOConfig. addAccountsItem(Account accountsItem)
TOBOConfig
TOBOConfig. addLinkedTOBOUsersItem(TOBOUser linkedTOBOUsersItem)
TOBOConfig
TOBOConfig. currencyPairs(Map<String,CurrencyPair> currencyPairs)
TOBOConfig
TOBOConfig. features(Features features)
TOBOConfig
TOBOConfig. linkedTOBOUsers(List<TOBOUser> linkedTOBOUsers)
TOBOConfig
TOBOConfig. putCurrencyPairsItem(String key, CurrencyPair currencyPairsItem)
TOBOConfig
TOBOConfig. userInfo(UserInfo userInfo)
-