Class RefreshEvent
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.RefreshEvent
An event to notify the client that the request to refresh an existing order has been accepted 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
ConstructorDescriptionRefreshEvent
(Strategy strategy) Constructs an RefreshEvent with the event name "Refresh". -
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
-
REFRESH_EVENT
The name of the transition representing this event- See Also:
-
-
Constructor Details
-
RefreshEvent
Constructs an RefreshEvent with the event name "Refresh".- Parameters:
strategy
- The object containing the details of the strategy in its current state
-