Class EditAcceptEvent
java.lang.Object
com.caplin.motif.fx.trading.ResponderEvent<T>
com.caplin.motif.fx.trading.orders.edit.event.StrategyEvent<EditStrategyRequest>
com.caplin.motif.fx.trading.orders.edit.event.EditAcceptEvent
An event to notify the client that the request to edit an existing order has been successfully accepted by the backend.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The name of the transition representing this eventFields inherited from class com.caplin.motif.fx.trading.ResponderEvent
fields
-
Constructor Summary
ConstructorDescriptionEditAcceptEvent
(Strategy strategy) Constructs an EditAcceptEvent with the event name "EditAccept". -
Method Summary
Methods inherited from class com.caplin.motif.fx.trading.orders.edit.event.StrategyEvent
getStrategy, toString
Methods inherited from class com.caplin.motif.fx.trading.ResponderEvent
addField, addFields, equals, getEventName, getField, getFields, hashCode
-
Field Details
-
EDIT_ACCEPT_EVENT
The name of the transition representing this event- See Also:
-
-
Constructor Details
-
EditAcceptEvent
Constructs an EditAcceptEvent with the event name "EditAccept".- Parameters:
strategy
- The Strategy containing Order in its current state
-