Binance Connector JS
    Preparing search index...

    QueryAllCurrentUmOpenConditionalOrdersResponseInner

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

    QueryAllCurrentUmOpenConditionalOrdersResponseInner

    bookTime?: number | bigint

    order time

    QueryAllCurrentUmOpenConditionalOrdersResponseInner

    goodTillDate?: number | bigint

    order pre-set auot cancel time for TIF GTD order

    QueryAllCurrentUmOpenConditionalOrdersResponseInner

    newClientStrategyId?: string

    New Client Strategy ID.

    QueryAllCurrentUmOpenConditionalOrdersResponseInner

    origQty?: string

    Orig Qty.

    QueryAllCurrentUmOpenConditionalOrdersResponseInner

    positionSide?: string

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

    QueryAllCurrentUmOpenConditionalOrdersResponseInner

    price?: string

    Price.

    QueryAllCurrentUmOpenConditionalOrdersResponseInner

    priceMatch?: string

    Price Match.

    QueryAllCurrentUmOpenConditionalOrdersResponseInner

    priceRate?: string

    callback rate, only return with TRAILING_STOP_MARKET order

    QueryAllCurrentUmOpenConditionalOrdersResponseInner

    reduceOnly?: boolean

    Reduce Only.

    QueryAllCurrentUmOpenConditionalOrdersResponseInner

    selfTradePreventionMode?: string

    self trading preventation mode

    QueryAllCurrentUmOpenConditionalOrdersResponseInner

    side?: string

    Side.

    QueryAllCurrentUmOpenConditionalOrdersResponseInner

    stopPrice?: string

    please ignore when order type is TRAILING_STOP_MARKET

    QueryAllCurrentUmOpenConditionalOrdersResponseInner

    strategyId?: number | bigint

    Strategy ID.

    QueryAllCurrentUmOpenConditionalOrdersResponseInner

    strategyStatus?: string

    Strategy Status.

    QueryAllCurrentUmOpenConditionalOrdersResponseInner

    strategyType?: string

    Strategy Type.

    QueryAllCurrentUmOpenConditionalOrdersResponseInner

    symbol?: string

    Trade symbol, if existing.

    QueryAllCurrentUmOpenConditionalOrdersResponseInner

    timeInForce?: string

    Time In Force.

    QueryAllCurrentUmOpenConditionalOrdersResponseInner

    updateTime?: number | bigint

    last update time

    QueryAllCurrentUmOpenConditionalOrdersResponseInner