Class FXFeaturesRfsBlockTrading
- java.lang.Object
-
- com.caplin.motif.fx.config.definitions.sales.FXFeaturesRfsBlockTrading
-
@Generated("org.openapitools.codegen.languages.SpringCodegen") public class FXFeaturesRfsBlockTrading extends java.lang.Object
FXFeaturesRfsBlockTrading
-
-
Constructor Summary
Constructors Constructor Description FXFeaturesRfsBlockTrading()
FXFeaturesRfsBlockTrading(TOBOSelection toboSelection)
Constructor with only required parameters
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
@NotNull TOBOSelection
getToboSelection()
Get toboSelectionint
hashCode()
void
setToboSelection(TOBOSelection toboSelection)
FXFeaturesRfsBlockTrading
toboSelection(TOBOSelection toboSelection)
java.lang.String
toString()
-
-
-
Constructor Detail
-
FXFeaturesRfsBlockTrading
public FXFeaturesRfsBlockTrading()
-
FXFeaturesRfsBlockTrading
public FXFeaturesRfsBlockTrading(TOBOSelection toboSelection)
Constructor with only required parameters
-
-
Method Detail
-
toboSelection
public FXFeaturesRfsBlockTrading toboSelection(TOBOSelection toboSelection)
-
getToboSelection
@NotNull public @NotNull TOBOSelection getToboSelection()
Get toboSelection- Returns:
- toboSelection
-
setToboSelection
public void setToboSelection(TOBOSelection toboSelection)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-