Binance Connector JS
    Preparing search index...

    QueryOrderResponseResult

    interface QueryOrderResponseResult {
        avgPrice?: string;
        clientOrderId?: string;
        closePosition?: boolean;
        cumBase?: string;
        executedQty?: string;
        orderId?: number;
        origQty?: string;
        origType?: string;
        pair?: string;
        positionSide?: string;
        price?: string;
        priceMatch?: string;
        priceProtect?: boolean;
        reduceOnly?: boolean;
        selfTradePreventionMode?: string;
        side?: string;
        status?: string;
        stopPrice?: string;
        symbol?: string;
        time?: number;
        timeInForce?: string;
        type?: string;
        updateTime?: number;
        workingType?: string;
    }
    Index

    Properties

    avgPrice?: string

    QueryOrderResponseResult

    clientOrderId?: string

    QueryOrderResponseResult

    closePosition?: boolean

    QueryOrderResponseResult

    cumBase?: string

    QueryOrderResponseResult

    executedQty?: string

    QueryOrderResponseResult

    orderId?: number

    QueryOrderResponseResult

    origQty?: string

    QueryOrderResponseResult

    origType?: string

    QueryOrderResponseResult

    pair?: string

    QueryOrderResponseResult

    positionSide?: string

    QueryOrderResponseResult

    price?: string

    QueryOrderResponseResult

    priceMatch?: string

    QueryOrderResponseResult

    priceProtect?: boolean

    QueryOrderResponseResult

    reduceOnly?: boolean

    QueryOrderResponseResult

    selfTradePreventionMode?: string

    QueryOrderResponseResult

    side?: string

    QueryOrderResponseResult

    status?: string

    QueryOrderResponseResult

    stopPrice?: string

    QueryOrderResponseResult

    symbol?: string

    QueryOrderResponseResult

    time?: number

    QueryOrderResponseResult

    timeInForce?: string

    QueryOrderResponseResult

    type?: string

    QueryOrderResponseResult

    updateTime?: number

    QueryOrderResponseResult

    workingType?: string

    QueryOrderResponseResult