Class OrderChangeStateAckEvent
- java.lang.Object
-
- com.caplin.motif.fx.trading.ResponderEvent<UserTrade>
-
- com.caplin.motif.fx.trading.orders.activestatechange.event.OrderChangeStateAckEvent
-
@Deprecated public class OrderChangeStateAckEvent extends ResponderEvent<UserTrade>
Deprecated.An event to notify the client that the submission of the order change state has been received by the backend.
Typically this is sent by the backend immediately after receiving the request in order to acknowledge it.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
CHANGE_STATE_ACK_EVENT
Deprecated.The name of the transition representing this event-
Fields inherited from class com.caplin.motif.fx.trading.ResponderEvent
fields
-
-
Constructor Summary
Constructors Constructor Description OrderChangeStateAckEvent()
Deprecated.Constructs the OrderChangeStateAckEvent
-
Method Summary
-
Methods inherited from class com.caplin.motif.fx.trading.ResponderEvent
addField, addFields, equals, getEventName, getField, getFields, hashCode, toString
-
-
-
-
Field Detail
-
CHANGE_STATE_ACK_EVENT
public static final java.lang.String CHANGE_STATE_ACK_EVENT
Deprecated.The name of the transition representing this event- See Also:
- Constant Field Values
-
-