Interface OrderChangeActiveStateListener


@Deprecated public interface OrderChangeActiveStateListener
Deprecated.

An OrderChangeActiveStateListener instance will be notified of incoming client events for activating a limit order that already exists.

Typically this limit order will have been deacvitated, and the reactivated

  • 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 the timeout that is usually in place before the backend moves the request to pending.
    void
    Deprecated.
    Called when the client makes a request to activate an order
  • Method Details

    • orderChangeActiveStateReceived

      void orderChangeActiveStateReceived(ChangeActiveState changeActiveState)
      Deprecated.
      Called when the client makes a request to activate an order
      Parameters:
      changeActiveState - The object representing the request from the client to change the state of the order to activated.
    • orderCancelWaitReceived

      void orderCancelWaitReceived(ChangeActiveState changeActiveState)
      Deprecated.
      Called when the client makes a request to cancel the timeout that is usually in place before the backend moves the request to pending.
      Parameters:
      changeActiveState - The object representing the request from the client to change the state of the order to activated.
    • onTradeClosed

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