Class BulkOrderActionAckEvent
- java.lang.Object
-
- com.caplin.motif.fx.trading.ResponderEvent<BulkOrderActionTrade>
-
- com.caplin.motif.fx.trading.orders.bulkaction.event.BulkOrderActionAckEvent
-
@Deprecated public class BulkOrderActionAckEvent extends ResponderEvent<BulkOrderActionTrade>
Deprecated.An event to notify the client that the submission of the bulk order action has been received by the backend.
Typically this is sent by the backend immediately after receiving the request in order to acknowledge it.
- See Also:
BulkOrderActionAckEvent
-
-
Field Summary
Fields Modifier and Type Field Description static String
BULK_ACTION_ACK
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 BulkOrderActionAckEvent()
Deprecated.Constructs the BulkOrderActionAckEvent
-
-
-
Field Detail
-
BULK_ACTION_ACK
public static final String BULK_ACTION_ACK
Deprecated.The name of the transition representing this event- See Also:
- Constant Field Values
-
-