Binance Connector JS
    Preparing search index...

    Interface CancelAllEquityOrdersResponse

    CancelAllEquityOrdersResponse

    interface CancelAllEquityOrdersResponse {
        success?: boolean;
    }
    Index

    Properties

    Properties

    success?: boolean

    true when the cancel-all request was accepted by upstream. Per-order outcomes live in /order/history.

    CancelAllEquityOrdersResponse