Class FXEsp
java.lang.Object
com.caplin.motif.fx.config.definitions.client.FXEsp
Defines configuration for allowed actions on the ESP Trading protocol
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddSubmitActionsItem
(FXEsp.SubmitActionsEnum submitActionsItem) defaultDeliverableType
(DeliverableType defaultDeliverableType) boolean
Get defaultDeliverableTypeGet singleWhat should happen when the user clicks on an executable priceWhether the user can see the toggle between the switch actions, even if they only have one option available to them.Can the user perform two way price requestsint
hashCode()
void
setDefaultDeliverableType
(DeliverableType defaultDeliverableType) void
setSingle
(FXEspSingle single) void
setSubmitActions
(List<FXEsp.SubmitActionsEnum> submitActions) void
setSubmitActionSwitchEnabled
(Boolean submitActionSwitchEnabled) void
setTwoWayEnabled
(Boolean twoWayEnabled) single
(FXEspSingle single) submitActions
(List<FXEsp.SubmitActionsEnum> submitActions) submitActionSwitchEnabled
(Boolean submitActionSwitchEnabled) toString()
twoWayEnabled
(Boolean twoWayEnabled)
-
Constructor Details
-
FXEsp
public FXEsp()
-
-
Method Details
-
defaultDeliverableType
-
getDefaultDeliverableType
Get defaultDeliverableType- Returns:
- defaultDeliverableType
-
setDefaultDeliverableType
-
twoWayEnabled
-
getTwoWayEnabled
Can the user perform two way price requests- Returns:
- twoWayEnabled
-
setTwoWayEnabled
-
submitActions
-
addSubmitActionsItem
-
getSubmitActions
What should happen when the user clicks on an executable price- Returns:
- submitActions
-
setSubmitActions
-
submitActionSwitchEnabled
-
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
-
single
-
getSingle
Get single- Returns:
- single
-
setSingle
-
equals
-
hashCode
public int hashCode() -
toString
-