Class FXEsp


  • @Generated("org.openapitools.codegen.languages.SpringCodegen")
    public class FXEsp
    extends java.lang.Object
    Defines configuration for allowed actions on the ESP Trading protocol
    • Constructor Detail

      • FXEsp

        public FXEsp()
    • Method Detail

      • defaultDeliverableType

        public FXEsp defaultDeliverableType​(DeliverableType defaultDeliverableType)
      • getDefaultDeliverableType

        public DeliverableType getDefaultDeliverableType()
        Get defaultDeliverableType
        Returns:
        defaultDeliverableType
      • setDefaultDeliverableType

        public void setDefaultDeliverableType​(DeliverableType defaultDeliverableType)
      • twoWayEnabled

        public FXEsp twoWayEnabled​(java.lang.Boolean twoWayEnabled)
      • getTwoWayEnabled

        public java.lang.Boolean getTwoWayEnabled()
        Can the user perform two way price requests
        Returns:
        twoWayEnabled
      • setTwoWayEnabled

        public void setTwoWayEnabled​(java.lang.Boolean twoWayEnabled)
      • getSubmitActions

        public java.util.List<FXEsp.SubmitActionsEnum> getSubmitActions()
        What should happen when the user clicks on an executable price
        Returns:
        submitActions
      • submitActionSwitchEnabled

        public FXEsp submitActionSwitchEnabled​(java.lang.Boolean submitActionSwitchEnabled)
      • getSubmitActionSwitchEnabled

        public java.lang.Boolean getSubmitActionSwitchEnabled()
        Whether the user can see the toggle between the switch actions, even if they only have one option available to them.
        Returns:
        submitActionSwitchEnabled
      • setSubmitActionSwitchEnabled

        public void setSubmitActionSwitchEnabled​(java.lang.Boolean submitActionSwitchEnabled)
      • getSingle

        public FXEspSingle getSingle()
        Get single
        Returns:
        single
      • setSingle

        public void setSingle​(FXEspSingle single)
      • 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