Binance Connector JS
    Preparing search index...

    Indicates that combined is set to true.

    CancelOrderResponseResult

    interface CancelOrderResponseResult {
        clientOrderId?: string;
        closePosition?: boolean;
        cumQty?: string;
        executedQty?: string;
        orderId?: number | bigint;
        origQty?: string;
        origType?: string;
        pair?: string;
        positionSide?: string;
        price?: string;
        priceProtect?: boolean;
        reduceOnly?: boolean;
        side?: string;
        status?: string;
        stopPrice?: string;
        symbol?: string;
        timeInForce?: string;
        type?: string;
        updateTime?: number | bigint;
        workingType?: string;
    }
    Index

    Properties

    clientOrderId?: string

    Client order ID.

    CancelOrderResponseResult

    closePosition?: boolean

    if Close-All

    CancelOrderResponseResult

    cumQty?: string

    Cumulative filled quantity.

    CancelOrderResponseResult

    executedQty?: string

    Executed quantity

    CancelOrderResponseResult

    orderId?: number | bigint

    Sub-order ID

    CancelOrderResponseResult

    origQty?: string

    Original order quantity

    CancelOrderResponseResult

    origType?: string

    Original order type.

    CancelOrderResponseResult

    pair?: string

    Pair

    CancelOrderResponseResult

    positionSide?: string

    Position side

    CancelOrderResponseResult

    price?: string

    Latest token price.

    CancelOrderResponseResult

    priceProtect?: boolean

    if conditional order trigger is protected

    CancelOrderResponseResult

    reduceOnly?: boolean

    Whether the order is reduce-only.

    CancelOrderResponseResult

    side?: string

    Trading side

    CancelOrderResponseResult

    status?: string

    Enum:completed,processing

    CancelOrderResponseResult

    stopPrice?: string

    please ignore when order type is TRAILING_STOP_MARKET

    CancelOrderResponseResult

    symbol?: string

    Trading symbol

    CancelOrderResponseResult

    timeInForce?: string

    Time in force

    CancelOrderResponseResult

    type?: string

    Order type.

    CancelOrderResponseResult

    updateTime?: number | bigint

    update time

    CancelOrderResponseResult

    workingType?: string

    Stop trigger price type.

    CancelOrderResponseResult