Class EditOpenEvent
- java.lang.Object
-
- com.caplin.motif.fx.trading.ResponderEvent<EditStrategyRequest>
-
- com.caplin.motif.fx.trading.orders.edit.event.EditOpenEvent
-
public class EditOpenEvent extends ResponderEvent<EditStrategyRequest>
An EditOpenEvent, received when the client has submitted an a request for an Edit order
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
EDIT_OPEN_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 EditOpenEvent()
Constructs an EditOpenEvent with the event name "EditOpen".
-
Method Summary
-
Methods inherited from class com.caplin.motif.fx.trading.ResponderEvent
addField, addFields, equals, getEventName, getField, getFields, hashCode, toString
-
-
-
-
Field Detail
-
EDIT_OPEN_EVENT
public static final java.lang.String EDIT_OPEN_EVENT
The name of the transition representing this event- See Also:
- Constant Field Values
-
-