Binance Connector JS
    Preparing search index...

    QueryOrderResponse

    interface QueryOrderResponse {
        activatePrice?: string;
        avgPrice?: string;
        clientOrderId?: string;
        closePosition?: boolean;
        cumQuote?: string;
        executedQty?: string;
        goodTillDate?: number | bigint;
        orderId?: number | bigint;
        origQty?: string;
        origType?: string;
        positionSide?: string;
        price?: string;
        priceMatch?: string;
        priceProtect?: boolean;
        priceRate?: string;
        reduceOnly?: boolean;
        selfTradePreventionMode?: string;
        side?: string;
        status?: string;
        stopPrice?: string;
        symbol?: string;
        time?: number | bigint;
        timeInForce?: string;
        type?: string;
        updateTime?: number | bigint;
        workingType?: string;
    }
    Index

    Properties

    activatePrice?: string

    activation price, only return with TRAILING_STOP_MARKET order

    QueryOrderResponse

    avgPrice?: string

    Avg Price.

    QueryOrderResponse

    clientOrderId?: string

    Client Order Id.

    QueryOrderResponse

    closePosition?: boolean

    if Close-All

    QueryOrderResponse

    cumQuote?: string

    Cum Quote.

    QueryOrderResponse

    executedQty?: string

    Executed Qty.

    QueryOrderResponse

    goodTillDate?: number | bigint

    Good Till Date.

    QueryOrderResponse

    orderId?: number | bigint

    Order Id.

    QueryOrderResponse

    origQty?: string

    Orig Qty.

    QueryOrderResponse

    origType?: string

    Orig Type.

    QueryOrderResponse

    positionSide?: string

    Position Side.

    QueryOrderResponse

    price?: string

    Price.

    QueryOrderResponse

    priceMatch?: string

    Price Match.

    QueryOrderResponse

    priceProtect?: boolean

    if conditional order trigger is protected

    QueryOrderResponse

    priceRate?: string

    callback rate, only return with TRAILING_STOP_MARKET order

    QueryOrderResponse

    reduceOnly?: boolean

    Reduce Only.

    QueryOrderResponse

    selfTradePreventionMode?: string

    Self Trade Prevention Mode.

    QueryOrderResponse

    side?: string

    Side.

    QueryOrderResponse

    status?: string

    Status.

    QueryOrderResponse

    stopPrice?: string

    please ignore when order type is TRAILING_STOP_MARKET

    QueryOrderResponse

    symbol?: string

    Symbol.

    QueryOrderResponse

    time?: number | bigint

    order time

    QueryOrderResponse

    timeInForce?: string

    Time In Force.

    QueryOrderResponse

    type?: string

    Type.

    QueryOrderResponse

    updateTime?: number | bigint

    update time

    QueryOrderResponse

    workingType?: string

    Working Type.

    QueryOrderResponse