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

    New ID for the canceled order. Automatically generated if not sent

    TradeApiOrderListCancel

    orderListId?: number

    Cancel order list by orderListId

    TradeApiOrderListCancel

    recvWindow?: number

    The value cannot be greater than 60000.
    Supports up to three decimal places of precision (e.g., 6000.346) so that microseconds may be specified.

    TradeApiOrderListCancel

    symbol: string

    TradeApiOrderListCancel