Class OrderSubmitAckEvent
- java.lang.Object
-
- com.caplin.motif.fx.trading.ResponderEvent<UserTrade>
-
- com.caplin.motif.fx.trading.orders.submission.event.OrderSubmitAckEvent
-
@Deprecated public class OrderSubmitAckEvent extends ResponderEvent<UserTrade>
Deprecated.An event to notify the client that the order submission has been received.
-
-
Field Summary
Fields Modifier and Type Field Description static String
SUBMIT_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 OrderSubmitAckEvent()
Deprecated.Constructs an OrderSubmitAckEvent
-
-
-
Field Detail
-
SUBMIT_ACK_EVENT
public static final String SUBMIT_ACK_EVENT
Deprecated.The name of the transition representing this event- See Also:
- Constant Field Values
-
-