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
-
public class SaveAcceptEvent extends StrategyEvent<EditStrategyRequest>
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
Fields Modifier and Type Field Description static java.lang.String
SAVE_ACCEPT_EVENT
The name of the transition representing this event-
Fields inherited from class com.caplin.motif.fx.trading.ResponderEvent
fields
-
-
Constructor Summary
Constructors Constructor Description SaveAcceptEvent(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 Detail
-
SAVE_ACCEPT_EVENT
public static final java.lang.String SAVE_ACCEPT_EVENT
The name of the transition representing this event- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SaveAcceptEvent
public SaveAcceptEvent(Strategy strategy)
Constructs a SaveAcceptEvent with the event name "SaveAccept".- Parameters:
strategy
- The strategy representing the current state of the order.
-
-