Class EditOpenAckEvent
java.lang.Object
com.caplin.motif.fx.trading.ResponderEvent<EditStrategyRequest>
com.caplin.motif.fx.trading.orders.edit.event.EditOpenAckEvent
An event to notify the client that the request to edit the strategy has been acknowledged 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
ConstructorDescriptionConstructs an EditOpenAckEvent with the event name "EditOpenAck". -
Method Summary
Methods inherited from class com.caplin.motif.fx.trading.ResponderEvent
addField, addFields, equals, getEventName, getField, getFields, hashCode, toString
-
Field Details
-
EDIT_OPEN_ACK_EVENT
The name of the transition representing this event- See Also:
-
-
Constructor Details
-
EditOpenAckEvent
public EditOpenAckEvent()Constructs an EditOpenAckEvent with the event name "EditOpenAck".
-