Class FXFeaturesPostAllocation

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

@Generated(value="org.openapitools.codegen.languages.SpringCodegen", comments="Generator version: 7.4.0") 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)
    • toboSelection

      public FXFeaturesPostAllocation toboSelection(TOBOSelection toboSelection)
    • getToboSelection

      public TOBOSelection getToboSelection()
      Get toboSelection
      Returns:
      toboSelection
    • setToboSelection

      public void setToboSelection(TOBOSelection toboSelection)
    • toboSelectionDisplayEntity

      public FXFeaturesPostAllocation toboSelectionDisplayEntity(Boolean toboSelectionDisplayEntity)
    • getToboSelectionDisplayEntity

      public Boolean getToboSelectionDisplayEntity()
      If true, entities are shown on the leg-level dropdown. If false, combinations of entity and user are shown on this dropdown.
      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