Class FXRfs


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

      • FXRfs

        public FXRfs()
    • Method Detail

      • defaultDeliverableType

        public FXRfs defaultDeliverableType​(DeliverableType defaultDeliverableType)
      • getDefaultDeliverableType

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

        public void setDefaultDeliverableType​(DeliverableType defaultDeliverableType)
      • twoWayEnabled

        public FXRfs 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)
      • getSingle

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

        public void setSingle​(FXRfsSingle single)
      • getSwap

        public FXRfsSwap getSwap()
        Get swap
        Returns:
        swap
      • setSwap

        public void setSwap​(FXRfsSwap swap)
      • getBlock

        public FXRfsBlock getBlock()
        Get block
        Returns:
        block
      • setBlock

        public void setBlock​(FXRfsBlock block)
      • getParForward

        public FXRfsParForward getParForward()
        Get parForward
        Returns:
        parForward
      • setParForward

        public void setParForward​(FXRfsParForward parForward)
      • submitFields

        public FXRfs submitFields​(java.util.List<Field> submitFields)
      • addSubmitFieldsItem

        public FXRfs addSubmitFieldsItem​(Field submitFieldsItem)
      • getSubmitFields

        public java.util.List<Field> getSubmitFields()
        Get submitFields
        Returns:
        submitFields
      • setSubmitFields

        public void setSubmitFields​(java.util.List<Field> submitFields)
      • 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