Class FXRfs
- java.lang.Object
-
- com.caplin.motif.fx.config.definitions.client.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 Summary
Constructors Constructor Description FXRfs()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FXRfs
addSubmitFieldsItem(Field submitFieldsItem)
FXRfs
block(FXRfsBlock block)
FXRfs
defaultDeliverableType(DeliverableType defaultDeliverableType)
boolean
equals(java.lang.Object o)
FXRfsBlock
getBlock()
Get blockDeliverableType
getDefaultDeliverableType()
Get defaultDeliverableTypeFXRfsParForward
getParForward()
Get parForwardFXRfsSingle
getSingle()
Get singlejava.util.List<Field>
getSubmitFields()
Get submitFieldsFXRfsSwap
getSwap()
Get swapjava.lang.Boolean
getTwoWayEnabled()
Can the user perform two way price requestsint
hashCode()
FXRfs
parForward(FXRfsParForward parForward)
void
setBlock(FXRfsBlock block)
void
setDefaultDeliverableType(DeliverableType defaultDeliverableType)
void
setParForward(FXRfsParForward parForward)
void
setSingle(FXRfsSingle single)
void
setSubmitFields(java.util.List<Field> submitFields)
void
setSwap(FXRfsSwap swap)
void
setTwoWayEnabled(java.lang.Boolean twoWayEnabled)
FXRfs
single(FXRfsSingle single)
FXRfs
submitFields(java.util.List<Field> submitFields)
FXRfs
swap(FXRfsSwap swap)
java.lang.String
toString()
FXRfs
twoWayEnabled(java.lang.Boolean twoWayEnabled)
-
-
-
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)
-
single
public FXRfs single(FXRfsSingle single)
-
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)
-
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)
-
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 classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-