Class FXRfs
- java.lang.Object
-
- com.caplin.motif.fx.config.definitions.client.FXRfs
-
@Generated(value="org.openapitools.codegen.languages.SpringCodegen", date="2023-02-22T13:32:43.745739Z[GMT]") 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)
@Valid FXRfsBlock
getBlock()
Get block@Valid DeliverableType
getDefaultDeliverableType()
Get defaultDeliverableType@Valid FXRfsParForward
getParForward()
Get parForward@Valid FXRfsSingle
getSingle()
Get single@Valid java.util.List<Field>
getSubmitFields()
Get submitFields@Valid FXRfsSwap
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
@Valid public @Valid 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
@Valid public @Valid FXRfsSingle getSingle()
Get single- Returns:
- single
-
setSingle
public void setSingle(FXRfsSingle single)
-
getSwap
@Valid public @Valid FXRfsSwap getSwap()
Get swap- Returns:
- swap
-
setSwap
public void setSwap(FXRfsSwap swap)
-
block
public FXRfs block(FXRfsBlock block)
-
getBlock
@Valid public @Valid FXRfsBlock getBlock()
Get block- Returns:
- block
-
setBlock
public void setBlock(FXRfsBlock block)
-
parForward
public FXRfs parForward(FXRfsParForward parForward)
-
getParForward
@Valid public @Valid FXRfsParForward getParForward()
Get parForward- Returns:
- parForward
-
setParForward
public void setParForward(FXRfsParForward parForward)
-
getSubmitFields
@Valid public @Valid 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
-
-