Binance Connector JS
    Preparing search index...

    Indicates that combined is set to true.

    ModifyOrderResponseResult

    interface ModifyOrderResponseResult {
        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.

    ModifyOrderResponseResult

    closePosition?: boolean

    if Close-All

    ModifyOrderResponseResult

    cumQty?: string

    Cumulative filled quantity.

    ModifyOrderResponseResult

    executedQty?: string

    Executed quantity

    ModifyOrderResponseResult

    orderId?: number | bigint

    Sub-order ID

    ModifyOrderResponseResult

    origQty?: string

    Original order quantity

    ModifyOrderResponseResult

    origType?: string

    Original order type.

    ModifyOrderResponseResult

    pair?: string

    Pair

    ModifyOrderResponseResult

    positionSide?: string

    Position side

    ModifyOrderResponseResult

    price?: string

    Latest token price.

    ModifyOrderResponseResult

    priceProtect?: boolean

    if conditional order trigger is protected

    ModifyOrderResponseResult

    reduceOnly?: boolean

    Whether the order is reduce-only.

    ModifyOrderResponseResult

    side?: string

    Trading side

    ModifyOrderResponseResult

    status?: string

    Enum:completed,processing

    ModifyOrderResponseResult

    stopPrice?: string

    please ignore when order type is TRAILING_STOP_MARKET

    ModifyOrderResponseResult

    symbol?: string

    Trading symbol

    ModifyOrderResponseResult

    timeInForce?: string

    Time in force

    ModifyOrderResponseResult

    type?: string

    Order type.

    ModifyOrderResponseResult

    updateTime?: number | bigint

    update time

    ModifyOrderResponseResult

    workingType?: string

    Stop trigger price type.

    ModifyOrderResponseResult