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 Detail

      • 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