public class BulkOrderActionConfirmEvent extends ResponderEvent<BulkOrderActionTrade>
An event to notify the client that the request for bulk order action is being processed by the backend.
Modifier and Type | Field and Description |
---|---|
static String |
BULK_ACTION_COMPLETED
The name of the transition representing this event
|
fields
Constructor and Description |
---|
BulkOrderActionConfirmEvent(List<String> validOrderIds,
List<String> invalidOrderIds)
Constructs the BulkOrderActionConfirmEvent
|
public static final String BULK_ACTION_COMPLETED
public BulkOrderActionConfirmEvent(List<String> validOrderIds, List<String> invalidOrderIds)
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.Copyright © 2015 Caplin Systems.