Uses of Class
com.caplin.motif.fx.config.definitions.Features
-
Packages that use Features Package Description com.caplin.motif.fx.config.definitions -
-
Uses of Features in com.caplin.motif.fx.config.definitions
Methods in com.caplin.motif.fx.config.definitions that return Features Modifier and Type Method Description Features
Features. blotters(Blotters blotters)
Features
Features. esp(TradingProtocol esp)
@NotNull @Valid Features
Config. getFeatures()
Get features@NotNull @Valid Features
SalesConfig. getFeatures()
Get features@NotNull @Valid Features
ToboConfig. getFeatures()
Get featuresFeatures
Features. historicSearch(HistoricSearch historicSearch)
Features
Features. intervention(Intervention intervention)
Features
Features. moneyMarkets(MoneyMarkets moneyMarkets)
Features
Features. orders(Orders orders)
Features
Features. postAllocation(PostAllocation postAllocation)
Features
Features. rfs(TradingProtocol rfs)
Features
Features. tradeActions(TradeActions tradeActions)
Methods in com.caplin.motif.fx.config.definitions with parameters of type Features Modifier and Type Method Description Config
Config. features(Features features)
SalesConfig
SalesConfig. features(Features features)
ToboConfig
ToboConfig. features(Features features)
void
Config. setFeatures(Features features)
void
SalesConfig. setFeatures(Features features)
void
ToboConfig. setFeatures(Features features)
-