Class FXFeaturesPostAllocation
- java.lang.Object
-
- com.caplin.motif.fx.config.definitions.sales.FXFeaturesPostAllocation
-
@Generated("org.openapitools.codegen.languages.SpringCodegen") public class FXFeaturesPostAllocation extends java.lang.Object
Sales level post-trade allocation.
-
-
Constructor Summary
Constructors Constructor Description FXFeaturesPostAllocation()
FXFeaturesPostAllocation(TOBOSelection toboSelection, java.lang.Boolean enabled)
Constructor with only required parameters
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FXFeaturesPostAllocation
enabled(java.lang.Boolean enabled)
boolean
equals(java.lang.Object o)
@NotNull java.lang.Boolean
getEnabled()
Is post-trade allocation enabled.@NotNull TOBOSelection
getToboSelection()
Get toboSelectionint
hashCode()
void
setEnabled(java.lang.Boolean enabled)
void
setToboSelection(TOBOSelection toboSelection)
FXFeaturesPostAllocation
toboSelection(TOBOSelection toboSelection)
java.lang.String
toString()
-
-
-
Constructor Detail
-
FXFeaturesPostAllocation
public FXFeaturesPostAllocation()
-
FXFeaturesPostAllocation
public FXFeaturesPostAllocation(TOBOSelection toboSelection, java.lang.Boolean enabled)
Constructor with only required parameters
-
-
Method Detail
-
toboSelection
public FXFeaturesPostAllocation toboSelection(TOBOSelection toboSelection)
-
getToboSelection
@NotNull public @NotNull TOBOSelection getToboSelection()
Get toboSelection- Returns:
- toboSelection
-
setToboSelection
public void setToboSelection(TOBOSelection toboSelection)
-
enabled
public FXFeaturesPostAllocation enabled(java.lang.Boolean enabled)
-
getEnabled
@NotNull public @NotNull java.lang.Boolean getEnabled()
Is post-trade allocation enabled.- Returns:
- enabled
-
setEnabled
public void setEnabled(java.lang.Boolean enabled)
-
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
-
-