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.

See Also:
  • Field Details

    • BULK_ACTION_COMPLETED

      public static final String BULK_ACTION_COMPLETED
      Deprecated.
      The name of the transition representing this event
      See Also:
  • Constructor Details

    • 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.