Uses of Class
com.caplin.motif.fx.trading.orders.edit.EditStrategyRequest
Package
Description
Classes and interfaces that relate to editing an existing order or order strategy.
Classes used for sending events that relate to editing an existing order or order strategy.
-
Uses of EditStrategyRequest in com.caplin.motif.fx.trading.orders.edit
Modifier and TypeMethodDescriptionEditStrategyListenerFactory.createEditStrategyListener
(EditStrategyRequest request) Returns an instance of ESPTradeListener for the specified EditStrategyRequest instance. -
Uses of EditStrategyRequest in com.caplin.motif.fx.trading.orders.edit.responder
ModifierConstructorDescriptionConstructs a Responder that can respond from the ClientCloseSent state for the EditStrategy trade model.EditableResponder
(EditStrategyRequest request, StrategyCache strategyCache) Constructs a Responder that can respond from the Editable state for the EditStrategy trade model.EditOpenSentResponder
(EditStrategyRequest request) Constructs a Responder that can respond from the EditOpenSent state for the EditStrategy trade model.EditPendingResponder
(EditStrategyRequest request, StrategyCache strategyCache) Constructs a Responder that can respond from the EditPending state for the EditStrategy trade model.SavingResponder
(EditStrategyRequest request, StrategyCache strategyCache) Constructs a Responder that can respond from the Saving state for the EditStrategy trade model.