Class OrderChangeStateConfirmEvent
java.lang.Object
com.caplin.motif.fx.trading.ResponderEvent<UserTrade>
com.caplin.motif.fx.trading.orders.activestatechange.event.OrderChangeStateConfirmEvent
Deprecated.
An event to notify the client that the request to change the state of an existing order has been successfully processed by the backend.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Deprecated.The name of the transition representing this eventFields inherited from class com.caplin.motif.fx.trading.ResponderEvent
fields
-
Constructor Summary
ConstructorDescriptionDeprecated.Constructs the OrderChangeStateConfirmEvent -
Method Summary
Methods inherited from class com.caplin.motif.fx.trading.ResponderEvent
addField, addFields, equals, getEventName, getField, getFields, hashCode, toString
-
Field Details
-
CHANGE_STATE_CONFIRM_EVENT
Deprecated.The name of the transition representing this event- See Also:
-
-
Constructor Details
-
OrderChangeStateConfirmEvent
public OrderChangeStateConfirmEvent()Deprecated.Constructs the OrderChangeStateConfirmEvent
-