Class SaveAcceptEvent
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.SaveAcceptEvent
An event to notify the client that the request to save the modifications on an existing strategy has been completed successfully 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
ConstructorDescriptionSaveAcceptEvent
(Strategy strategy) Constructs a SaveAcceptEvent with the event name "SaveAccept". -
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
-
SAVE_ACCEPT_EVENT
The name of the transition representing this event- See Also:
-
-
Constructor Details
-
SaveAcceptEvent
Constructs a SaveAcceptEvent with the event name "SaveAccept".- Parameters:
strategy
- The strategy representing the current state of the order.
-