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 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(List<String> validOrderIds, List<String> invalidOrderIds)
Deprecated.Constructs the BulkOrderActionConfirmEvent
-
-
-
Field Detail
-
BULK_ACTION_COMPLETED
public static final String BULK_ACTION_COMPLETED
Deprecated.The name of the transition representing this event- See Also:
- Constant Field Values
-
-
Constructor Detail
-
BulkOrderActionConfirmEvent
public BulkOrderActionConfirmEvent(List<String> validOrderIds, List<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.
-
-