Uses of Class
com.caplin.motif.fx.trading.orders.edit.EditStrategyRequest
-
Packages that use EditStrategyRequest Package Description com.caplin.motif.fx.trading.orders.edit Classes and interfaces that relate to editing an existing order or order strategy.com.caplin.motif.fx.trading.orders.edit.responder 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
Methods in com.caplin.motif.fx.trading.orders.edit with parameters of type EditStrategyRequest Modifier and Type Method Description EditStrategyListener
EditStrategyListenerFactory. 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
Constructors in com.caplin.motif.fx.trading.orders.edit.responder with parameters of type EditStrategyRequest Constructor Description ClientCloseSentResponder(EditStrategyRequest request)
Constructs 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.
-