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 TOBOSelection
FXFeaturesPostAllocation. getToboSelection()
Get toboSelection@NotNull 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)
Constructors in com.caplin.motif.fx.config.definitions.sales with parameters of type TOBOSelection Constructor Description FXFeaturesPostAllocation(TOBOSelection toboSelection, java.lang.Boolean enabled)
Constructor with only required parametersFXFeaturesRfsBlockTrading(TOBOSelection toboSelection)
Constructor with only required parameters
-