Interface OrderCancelationListener


@Deprecated public interface OrderCancelationListener
Deprecated.

An OrderCancelationListener instance will be notified of client events regarding the cancelation of already submitted Limit Orders.

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Deprecated.
    Callback for when the trade is closed
    void
    Deprecated.
    Called when the client makes a request to cancel an existing Limit Order.
  • Method Details

    • orderCancelRequestReceived

      void orderCancelRequestReceived(CancelRequest cancelRequest)
      Deprecated.
      Called when the client makes a request to cancel an existing Limit Order.
      Parameters:
      cancelRequest - The object representing the clients request to cancel the Limit Order, containing all the information required to cancel the trade on the backend system.
    • onTradeClosed

      void onTradeClosed()
      Deprecated.
      Callback for when the trade is closed