Class FXFeaturesPostAllocation


  • @Generated("org.openapitools.codegen.languages.SpringCodegen")
    public class FXFeaturesPostAllocation
    extends java.lang.Object
    Sales level post-trade allocation.
    • Constructor Detail

      • FXFeaturesPostAllocation

        public FXFeaturesPostAllocation()
      • FXFeaturesPostAllocation

        public FXFeaturesPostAllocation​(TOBOSelection toboSelection,
                                        java.lang.Boolean enabled)
        Constructor with only required parameters
    • Method Detail

      • getToboSelection

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

        public void setToboSelection​(TOBOSelection toboSelection)
      • 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 class java.lang.Object
      • hashCode

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

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object