Binance Connector JS
    Preparing search index...

    Indicates that combined is set to true.

    NewOrderResponseResult

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

    NewOrderResponseResult

    closePosition?: boolean

    if Close-All

    NewOrderResponseResult

    cumQty?: string

    Cumulative filled quantity.

    NewOrderResponseResult

    executedQty?: string

    Executed quantity

    NewOrderResponseResult

    orderId?: number | bigint

    Sub-order ID

    NewOrderResponseResult

    origQty?: string

    Original order quantity

    NewOrderResponseResult

    origType?: string

    Original order type.

    NewOrderResponseResult

    pair?: string

    Pair

    NewOrderResponseResult

    positionSide?: string

    Position side

    NewOrderResponseResult

    price?: string

    Latest token price.

    NewOrderResponseResult

    priceProtect?: boolean

    if conditional order trigger is protected

    NewOrderResponseResult

    reduceOnly?: boolean

    Whether the order is reduce-only.

    NewOrderResponseResult

    side?: string

    Trading side

    NewOrderResponseResult

    status?: string

    Enum:completed,processing

    NewOrderResponseResult

    stopPrice?: string

    please ignore when order type is TRAILING_STOP_MARKET

    NewOrderResponseResult

    symbol?: string

    Trading symbol

    NewOrderResponseResult

    timeInForce?: string

    Time in force

    NewOrderResponseResult

    type?: string

    Order type.

    NewOrderResponseResult

    updateTime?: number | bigint

    update time

    NewOrderResponseResult

    workingType?: string

    Stop trigger price type.

    NewOrderResponseResult