Class EditOpenEvent
java.lang.Object
com.caplin.motif.fx.trading.ResponderEvent<EditStrategyRequest>
com.caplin.motif.fx.trading.orders.edit.event.EditOpenEvent
An EditOpenEvent, received when the client has submitted an a request for an Edit order
-
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.ResponderEvent
addField, addFields, equals, getEventName, getField, getFields, hashCode, toString
-
Field Details
-
EDIT_OPEN_EVENT
The name of the transition representing this event- See Also:
-
-
Constructor Details
-
EditOpenEvent
public EditOpenEvent()Constructs an EditOpenEvent with the event name "EditOpen".
-