Class OrderCancelConfirmEvent

java.lang.Object
com.caplin.motif.fx.trading.ResponderEvent<UserTrade>
com.caplin.motif.fx.trading.orders.cancelation.event.OrderCancelConfirmEvent

@Deprecated public class OrderCancelConfirmEvent extends ResponderEvent<UserTrade>
Deprecated.

An event to notify the client that the request to cancel an existing order has been successfully executed by the backend trading system.

See Also:
  • Field Details

    • CANCEL_CONFIRM_EVENT

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

    • OrderCancelConfirmEvent

      public OrderCancelConfirmEvent()
      Deprecated.
      Constructs an OrderCancelConfirmEvent with the event name "CancelConfirm".