Class SaveEvent
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.SaveEvent
An event to notify the backend that a save has been requested by the client.
- See Also:
-
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
-
Method Summary
Methods inherited from class com.caplin.motif.fx.trading.orders.edit.event.StrategyEvent
getStrategy
Methods inherited from class com.caplin.motif.fx.trading.ResponderEvent
addField, addFields, equals, getEventName, getField, getFields, hashCode
-
Field Details
-
SAVE_EVENT
The name of the transition representing this event- See Also:
-
-
Constructor Details
-
Method Details
-
getEditedOrders
-
getEditedOrdersWithChangedEditableFields
-
toString
- Overrides:
toString
in classStrategyEvent<EditStrategyRequest>
-