Class FXFeaturesPostAllocation

java.lang.Object
com.caplin.motif.fx.config.definitions.client.FXFeaturesPostAllocation

@Generated("org.openapitools.codegen.languages.SpringCodegen") public class FXFeaturesPostAllocation extends Object
Defines all configurations required for post-trade allocation.
  • Constructor Details

    • FXFeaturesPostAllocation

      public FXFeaturesPostAllocation()
    • FXFeaturesPostAllocation

      public FXFeaturesPostAllocation(Boolean enabled)
      Constructor with only required parameters
  • Method Details

    • enabled

      public FXFeaturesPostAllocation enabled(Boolean enabled)
    • getEnabled

      @NotNull public @NotNull Boolean getEnabled()
      Is post-trade allocation enabled.
      Returns:
      enabled
    • setEnabled

      public void setEnabled(Boolean enabled)
    • toboSelectionDisplayEntity

      public FXFeaturesPostAllocation toboSelectionDisplayEntity(Boolean toboSelectionDisplayEntity)
    • getToboSelectionDisplayEntity

      public Boolean getToboSelectionDisplayEntity()
      Is the entity select column shown in PTA
      Returns:
      toboSelectionDisplayEntity
    • setToboSelectionDisplayEntity

      public void setToboSelectionDisplayEntity(Boolean toboSelectionDisplayEntity)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object