Binance Connector JS
    Preparing search index...

    Interface DeleteOrderListRequest

    Request parameters for deleteOrderList operation in TradeApi. DeleteOrderListRequest

    interface DeleteOrderListRequest {
        listClientOrderId?: string;
        newClientOrderId?: string;
        orderListId?: number | bigint;
        recvWindow?: number;
        symbol: string;
    }
    Index

    Properties

    listClientOrderId?: string

    Either orderListId or listClientOrderId must be provided

    TradeApiDeleteOrderList

    newClientOrderId?: string

    Used to uniquely identify this cancel. Automatically generated by default.

    TradeApiDeleteOrderList

    orderListId?: number | bigint

    Either orderListId or listClientOrderId must be provided

    TradeApiDeleteOrderList

    recvWindow?: number

    Supports up to three decimal places of precision (e.g., 6000.346) so that microseconds may be specified.

    TradeApiDeleteOrderList

    symbol: string

    TradeApiDeleteOrderList