Class FXFeaturesPostAllocation
- java.lang.Object
-
- com.caplin.motif.fx.config.definitions.client.FXFeaturesPostAllocation
-
@Generated("org.openapitools.codegen.languages.SpringCodegen") public class FXFeaturesPostAllocation extends java.lang.Object
Defines all configurations required for post-trade allocation.
-
-
Constructor Summary
Constructors Constructor Description FXFeaturesPostAllocation()
FXFeaturesPostAllocation(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.java.lang.Boolean
getToboSelectionDisplayEntity()
Is the entity select column shown in PTAint
hashCode()
void
setEnabled(java.lang.Boolean enabled)
void
setToboSelectionDisplayEntity(java.lang.Boolean toboSelectionDisplayEntity)
FXFeaturesPostAllocation
toboSelectionDisplayEntity(java.lang.Boolean toboSelectionDisplayEntity)
java.lang.String
toString()
-
-
-
Method Detail
-
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)
-
toboSelectionDisplayEntity
public FXFeaturesPostAllocation toboSelectionDisplayEntity(java.lang.Boolean toboSelectionDisplayEntity)
-
getToboSelectionDisplayEntity
public java.lang.Boolean getToboSelectionDisplayEntity()
Is the entity select column shown in PTA- Returns:
- toboSelectionDisplayEntity
-
setToboSelectionDisplayEntity
public void setToboSelectionDisplayEntity(java.lang.Boolean toboSelectionDisplayEntity)
-
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
-
-