Binance Connector JS
    Preparing search index...

    QueryCurrentUmOpenConditionalOrderResponse

    interface QueryCurrentUmOpenConditionalOrderResponse {
        activatePrice?: string;
        bookTime?: number | bigint;
        goodTillDate?: number | bigint;
        newClientStrategyId?: string;
        origQty?: string;
        positionSide?: string;
        price?: string;
        priceMatch?: string;
        priceRate?: string;
        reduceOnly?: boolean;
        selfTradePreventionMode?: string;
        side?: string;
        stopPrice?: string;
        strategyId?: number | bigint;
        strategyStatus?: string;
        strategyType?: string;
        symbol?: string;
        timeInForce?: string;
        updateTime?: number | bigint;
    }
    Index

    Properties

    activatePrice?: string

    activation price, only return with TRAILING_STOP_MARKET order

    QueryCurrentUmOpenConditionalOrderResponse

    bookTime?: number | bigint

    order time

    QueryCurrentUmOpenConditionalOrderResponse

    goodTillDate?: number | bigint

    order pre-set auot cancel time for TIF GTD order

    QueryCurrentUmOpenConditionalOrderResponse

    newClientStrategyId?: string

    New Client Strategy ID.

    QueryCurrentUmOpenConditionalOrderResponse

    origQty?: string

    Orig Qty.

    QueryCurrentUmOpenConditionalOrderResponse

    positionSide?: string

    BOTH means that it is the position of One-way Mode

    QueryCurrentUmOpenConditionalOrderResponse

    price?: string

    Price.

    QueryCurrentUmOpenConditionalOrderResponse

    priceMatch?: string

    Price Match.

    QueryCurrentUmOpenConditionalOrderResponse

    priceRate?: string

    callback rate, only return with TRAILING_STOP_MARKET order

    QueryCurrentUmOpenConditionalOrderResponse

    reduceOnly?: boolean

    Reduce Only.

    QueryCurrentUmOpenConditionalOrderResponse

    selfTradePreventionMode?: string

    self trading preventation mode

    QueryCurrentUmOpenConditionalOrderResponse

    side?: string

    Side.

    QueryCurrentUmOpenConditionalOrderResponse

    stopPrice?: string

    please ignore when order type is TRAILING_STOP_MARKET

    QueryCurrentUmOpenConditionalOrderResponse

    strategyId?: number | bigint

    Strategy ID.

    QueryCurrentUmOpenConditionalOrderResponse

    strategyStatus?: string

    Strategy Status.

    QueryCurrentUmOpenConditionalOrderResponse

    strategyType?: string

    Strategy Type.

    QueryCurrentUmOpenConditionalOrderResponse

    symbol?: string

    Trade symbol, if existing.

    QueryCurrentUmOpenConditionalOrderResponse

    timeInForce?: string

    Time In Force.

    QueryCurrentUmOpenConditionalOrderResponse

    updateTime?: number | bigint

    last update time

    QueryCurrentUmOpenConditionalOrderResponse