Uses of Class
com.caplin.motif.fx.trading.orders.edit.StrategyCache
-
Packages that use StrategyCache Package Description 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 StrategyCache in com.caplin.motif.fx.trading.orders.edit.responder
Constructors in com.caplin.motif.fx.trading.orders.edit.responder with parameters of type StrategyCache Constructor Description EditableResponder(EditStrategyRequest request, StrategyCache strategyCache)
Constructs a Responder that can respond from the Editable 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.
-