Class BulkOrderActionConfirmEvent
java.lang.Object
com.caplin.motif.fx.trading.ResponderEvent<BulkOrderActionTrade>
com.caplin.motif.fx.trading.orders.bulkaction.event.BulkOrderActionConfirmEvent
Deprecated.
An event to notify the client that the request for bulk order action is being 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
ConstructorDescriptionBulkOrderActionConfirmEvent
(List<String> validOrderIds, List<String> invalidOrderIds) Deprecated.Constructs the BulkOrderActionConfirmEvent -
Method Summary
Methods inherited from class com.caplin.motif.fx.trading.ResponderEvent
addField, addFields, equals, getEventName, getField, getFields, hashCode, toString
-
Field Details
-
BULK_ACTION_COMPLETED
Deprecated.The name of the transition representing this event- See Also:
-
-
Constructor Details
-
BulkOrderActionConfirmEvent
Deprecated.Constructs the BulkOrderActionConfirmEvent- Parameters:
validOrderIds
- The order ids of requested orders which can have the action performed on.invalidOrderIds
- The order ids of requested orders which cannot have the action performed on.
-