Class BulkOrderActionAckEvent
java.lang.Object
com.caplin.motif.fx.trading.ResponderEvent<BulkOrderActionTrade>
com.caplin.motif.fx.trading.orders.bulkaction.event.BulkOrderActionAckEvent
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:
-
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 BulkOrderActionAckEvent -
Method Summary
Methods inherited from class com.caplin.motif.fx.trading.ResponderEvent
addField, addFields, equals, getEventName, getField, getFields, hashCode, toString
-
Field Details
-
BULK_ACTION_ACK
Deprecated.The name of the transition representing this event- See Also:
-
-
Constructor Details
-
BulkOrderActionAckEvent
public BulkOrderActionAckEvent()Deprecated.Constructs the BulkOrderActionAckEvent
-