Class BulkOrderActionConfirmEvent
- java.lang.Object
-
- com.caplin.motif.fx.trading.ResponderEvent<BulkOrderActionTrade>
-
- com.caplin.motif.fx.trading.orders.bulkaction.event.BulkOrderActionConfirmEvent
-
@Deprecated public class BulkOrderActionConfirmEvent extends ResponderEvent<BulkOrderActionTrade>
Deprecated.An event to notify the client that the request for bulk order action is being processed by the backend.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
BULK_ACTION_COMPLETED
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 BulkOrderActionConfirmEvent(java.util.List<java.lang.String> validOrderIds, java.util.List<java.lang.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 Detail
-
BULK_ACTION_COMPLETED
public static final java.lang.String BULK_ACTION_COMPLETED
Deprecated.The name of the transition representing this event- See Also:
- Constant Field Values
-
-
Constructor Detail
-
BulkOrderActionConfirmEvent
public BulkOrderActionConfirmEvent(java.util.List<java.lang.String> validOrderIds, java.util.List<java.lang.String> invalidOrderIds)
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.
-
-