Binance Connector JS
    Preparing search index...

    QueryOrderResponseResult

    interface QueryOrderResponseResult {
        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

    QueryOrderResponseResult

    avgPrice?: string

    QueryOrderResponseResult

    clientOrderId?: string

    QueryOrderResponseResult

    closePosition?: boolean

    if Close-All

    QueryOrderResponseResult

    cumQuote?: string

    QueryOrderResponseResult

    executedQty?: string

    QueryOrderResponseResult

    goodTillDate?: number | bigint

    Order good till date timestamp

    QueryOrderResponseResult

    orderId?: number | bigint

    QueryOrderResponseResult

    origQty?: string

    QueryOrderResponseResult

    origType?: string

    QueryOrderResponseResult

    positionSide?: string

    QueryOrderResponseResult

    price?: string

    QueryOrderResponseResult

    priceMatch?: string

    QueryOrderResponseResult

    priceProtect?: boolean

    if conditional order trigger is protected

    QueryOrderResponseResult

    priceRate?: string

    callback rate, only return with TRAILING_STOP_MARKET order

    QueryOrderResponseResult

    reduceOnly?: boolean

    QueryOrderResponseResult

    selfTradePreventionMode?: string

    Self-trade prevention mode

    QueryOrderResponseResult

    side?: string

    QueryOrderResponseResult

    status?: string

    QueryOrderResponseResult

    stopPrice?: string

    please ignore when order type is TRAILING_STOP_MARKET

    QueryOrderResponseResult

    symbol?: string

    QueryOrderResponseResult

    time?: number | bigint

    order time

    QueryOrderResponseResult

    timeInForce?: string

    QueryOrderResponseResult

    type?: string

    QueryOrderResponseResult

    updateTime?: number | bigint

    update time

    QueryOrderResponseResult

    workingType?: string

    QueryOrderResponseResult