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

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

    • FXRfs

      public FXRfs()
  • Method Details

    • defaultDeliverableType

      public FXRfs defaultDeliverableType(DeliverableType defaultDeliverableType)
    • getDefaultDeliverableType

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

      public void setDefaultDeliverableType(DeliverableType defaultDeliverableType)
    • twoWayEnabled

      public FXRfs twoWayEnabled(Boolean twoWayEnabled)
    • getTwoWayEnabled

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

      public void setTwoWayEnabled(Boolean twoWayEnabled)
    • single

      public FXRfs single(FXRfsSingle single)
    • getSingle

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

      public void setSingle(FXRfsSingle single)
    • swap

      public FXRfs swap(FXRfsSwap swap)
    • getSwap

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

      public void setSwap(FXRfsSwap swap)
    • block

      public FXRfs block(FXRfsBlock block)
    • getBlock

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

      public void setBlock(FXRfsBlock block)
    • parForward

      public FXRfs parForward(FXRfsParForward parForward)
    • getParForward

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

      public void setParForward(FXRfsParForward parForward)
    • submitFields

      public FXRfs submitFields(List<Field> submitFields)
    • addSubmitFieldsItem

      public FXRfs addSubmitFieldsItem(Field submitFieldsItem)
    • getSubmitFields

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

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