Interface BulkOrderActionTradeListener


  • @Deprecated
    public interface BulkOrderActionTradeListener
    Deprecated.

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

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

    • Method Detail

      • bulkOrderActionReceived

        void bulkOrderActionReceived​(BulkOrderActionTrade bulkOrderActionTrade)
        Deprecated.
        Called when the client makes a request to perform bulk action on orders.
        Parameters:
        bulkOrderActionTrade -

        The object representing the parameters of the request the client initiated to perform bulk action on orders.

      • bulkOrderActionCancelWaitReceived

        void bulkOrderActionCancelWaitReceived​(BulkOrderActionTrade bulkOrderActionTrade)
        Deprecated.
        Called when the client makes a request to cancel the timeout that is usually in place before the backend moves the request to completed.
        Parameters:
        bulkOrderActionTrade -

        The object representing the parameters of the request the client initiated to perform bulk action on orders.

      • onTradeClosed

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