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

    Unique WebSocket request ID.

    TradeApiOrderListCancel

    listClientOrderId?: string

    TradeApiOrderListCancel

    newClientOrderId?: string

    The new client order ID for the order after being amended.
    If not sent, one will be randomly generated.
    It is possible to reuse the current clientOrderId by sending it as the newClientOrderId.

    TradeApiOrderListCancel

    orderListId?: number

    Cancel order list by orderListId

    TradeApiOrderListCancel

    recvWindow?: number

    The value cannot be greater than 60000

    TradeApiOrderListCancel

    symbol: string

    TradeApiOrderListCancel