Uses of Class
com.caplin.motif.fx.config.definitions.sales.FXFeatures
-
Packages that use FXFeatures Package Description com.caplin.motif.fx.config.definitions.sales -
-
Uses of FXFeatures in com.caplin.motif.fx.config.definitions.sales
Methods in com.caplin.motif.fx.config.definitions.sales that return FXFeatures Modifier and Type Method Description @NotNull FXFeatures
FX. getFeatures()
Get featuresFXFeatures
FXFeatures. historicSearch(HistoricSearch historicSearch)
FXFeatures
FXFeatures. intervention(FXFeaturesIntervention intervention)
FXFeatures
FXFeatures. orderStrategies(FXFeaturesOrderStrategies orderStrategies)
FXFeatures
FXFeatures. postAllocation(FXFeaturesPostAllocation postAllocation)
FXFeatures
FXFeatures. rfs(FXFeaturesRfs rfs)
Methods in com.caplin.motif.fx.config.definitions.sales with parameters of type FXFeatures Modifier and Type Method Description FX
FX. features(FXFeatures features)
void
FX. setFeatures(FXFeatures features)
Constructors in com.caplin.motif.fx.config.definitions.sales with parameters of type FXFeatures Constructor Description FX(FXFeatures features, java.util.List<java.lang.String> currencyPairs)
Constructor with only required parameters
-