Class OrderCancelAckEvent

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

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

An event to notify the client that the request to cancel an existing order has been received by the backend.

See Also:
  • Field Details

    • CANCEL_ACK_EVENT

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

    • OrderCancelAckEvent

      public OrderCancelAckEvent()
      Deprecated.
      Constructs an OrderCancelAckEvent with the event name "CancelAck".