Binance Connector JS
    Preparing search index...

    QueryCurrentOpenOrderResponse

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

    QueryCurrentOpenOrderResponse

    avgPrice?: string

    Avg Price.

    QueryCurrentOpenOrderResponse

    clientOrderId?: string

    Client Order Id.

    QueryCurrentOpenOrderResponse

    closePosition?: boolean

    if Close-All

    QueryCurrentOpenOrderResponse

    cumQuote?: string

    Cum Quote.

    QueryCurrentOpenOrderResponse

    executedQty?: string

    Executed Qty.

    QueryCurrentOpenOrderResponse

    goodTillDate?: number | bigint

    order pre-set auot cancel time for TIF GTD order

    QueryCurrentOpenOrderResponse

    orderId?: number | bigint

    Order Id.

    QueryCurrentOpenOrderResponse

    origQty?: string

    Orig Qty.

    QueryCurrentOpenOrderResponse

    origType?: string

    Orig Type.

    QueryCurrentOpenOrderResponse

    positionSide?: string

    Position Side.

    QueryCurrentOpenOrderResponse

    price?: string

    Price.

    QueryCurrentOpenOrderResponse

    priceMatch?: string

    price match mode

    QueryCurrentOpenOrderResponse

    priceProtect?: boolean

    if conditional order trigger is protected

    QueryCurrentOpenOrderResponse

    priceRate?: string

    callback rate, only return with TRAILING_STOP_MARKET order

    QueryCurrentOpenOrderResponse

    reduceOnly?: boolean

    Reduce Only.

    QueryCurrentOpenOrderResponse

    selfTradePreventionMode?: string

    self trading preventation mode

    QueryCurrentOpenOrderResponse

    side?: string

    Side.

    QueryCurrentOpenOrderResponse

    status?: string

    Status.

    QueryCurrentOpenOrderResponse

    stopPrice?: string

    please ignore when order type is TRAILING_STOP_MARKET

    QueryCurrentOpenOrderResponse

    symbol?: string

    Symbol.

    QueryCurrentOpenOrderResponse

    time?: number | bigint

    order time

    QueryCurrentOpenOrderResponse

    timeInForce?: string

    Time In Force.

    QueryCurrentOpenOrderResponse

    type?: string

    Type.

    QueryCurrentOpenOrderResponse

    updateTime?: number | bigint

    Update Time.

    QueryCurrentOpenOrderResponse

    workingType?: string

    Working Type.

    QueryCurrentOpenOrderResponse