Binance Connector JS
    Preparing search index...

    Request parameters for orderCancel operation in TradeApi. OrderCancelRequest

    interface OrderCancelRequest {
        cancelRestrictions?: OrderCancelCancelRestrictionsEnum;
        id?: string;
        newClientOrderId?: string;
        orderId?: number | bigint;
        origClientOrderId?: string;
        recvWindow?: number;
        symbol: string;
    }
    Index

    Properties

    TradeApiOrderCancel

    id?: string

    Unique WebSocket request ID.

    TradeApiOrderCancel

    newClientOrderId?: string

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

    TradeApiOrderCancel

    orderId?: number | bigint

    Cancel order by orderId

    TradeApiOrderCancel

    origClientOrderId?: string

    TradeApiOrderCancel

    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.

    TradeApiOrderCancel

    symbol: string

    TradeApiOrderCancel