Uses of Class
com.caplin.motif.fx.config.definitions.sales.TOBOSelection
-
Packages that use TOBOSelection Package Description com.caplin.motif.fx.config.definitions.sales -
-
Uses of TOBOSelection in com.caplin.motif.fx.config.definitions.sales
Methods in com.caplin.motif.fx.config.definitions.sales that return TOBOSelection Modifier and Type Method Description static TOBOSelection
TOBOSelection. fromValue(java.lang.String value)
@NotNull @Valid TOBOSelection
FXFeaturesPostAllocation. getToboSelection()
Get toboSelection@NotNull @Valid TOBOSelection
FXFeaturesRfsBlockTrading. getToboSelection()
Get toboSelectionstatic TOBOSelection
TOBOSelection. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TOBOSelection[]
TOBOSelection. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.caplin.motif.fx.config.definitions.sales with parameters of type TOBOSelection Modifier and Type Method Description void
FXFeaturesPostAllocation. setToboSelection(TOBOSelection toboSelection)
void
FXFeaturesRfsBlockTrading. setToboSelection(TOBOSelection toboSelection)
FXFeaturesPostAllocation
FXFeaturesPostAllocation. toboSelection(TOBOSelection toboSelection)
FXFeaturesRfsBlockTrading
FXFeaturesRfsBlockTrading. toboSelection(TOBOSelection toboSelection)
-