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
-
public class EditAcceptEvent extends StrategyEvent<EditStrategyRequest>
An event to notify the client that the request to edit an existing order has been successfully accepted by the backend.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
EDIT_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 EditAcceptEvent(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 Detail
-
EDIT_ACCEPT_EVENT
public static final java.lang.String EDIT_ACCEPT_EVENT
The name of the transition representing this event- See Also:
- Constant Field Values
-
-
Constructor Detail
-
EditAcceptEvent
public EditAcceptEvent(Strategy strategy)
Constructs an EditAcceptEvent with the event name "EditAccept".- Parameters:
strategy
- The Strategy containing Order in its current state
-
-