Binance Connector JS
    Preparing search index...

    Request parameters for orderListCancel operation in TradeApi. OrderListCancelRequest

    interface OrderListCancelRequest {
        id?: string;
        listClientOrderId?: string;
        newClientOrderId?: string;
        orderListId?: number;
        recvWindow?: number;
        symbol: string;
    }
    Index

    Properties

    id?: string

    Client-generated request identifier.

    TradeApiOrderListCancel

    listClientOrderId?: string

    Either orderListId or listClientOrderId must be provided

    TradeApiOrderListCancel

    newClientOrderId?: string

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

    TradeApiOrderListCancel

    orderListId?: number

    Either orderListId or listClientOrderId must be provided

    TradeApiOrderListCancel

    recvWindow?: number

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

    TradeApiOrderListCancel

    symbol: string

    TradeApiOrderListCancel