Uses of Class
com.caplin.motif.fx.config.definitions.SalesConfig
-
Packages that use SalesConfig Package Description com.caplin.motif.fx.config com.caplin.motif.fx.config.definitions -
-
Uses of SalesConfig in com.caplin.motif.fx.config
Method parameters in com.caplin.motif.fx.config with type arguments of type SalesConfig Modifier and Type Method Description void
FXConfigAdapter. registerSalesConfigProvider(CachedObjectProvider<SalesConfig,ConfigSubjectInfo> provider)
Registers a provider that is capable of responding to sales config requests.void
FXConfigAdapter. registerSalesConfigProvider(String namespace, CachedObjectProvider<SalesConfig,ConfigSubjectInfo> provider)
Registers a provider that is capable of responding to sales config requests. -
Uses of SalesConfig in com.caplin.motif.fx.config.definitions
Methods in com.caplin.motif.fx.config.definitions that return SalesConfig Modifier and Type Method Description SalesConfig
SalesConfig. currencyPairs(Map<String,CurrencyPair> currencyPairs)
SalesConfig
SalesConfig. features(Features features)
SalesConfig
SalesConfig. putCurrencyPairsItem(String key, CurrencyPair currencyPairsItem)
-