Binance Connector JS
    Preparing search index...

    QueryAllUmConditionalOrdersResponseInner

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

    Properties

    activatePrice?: string

    activation price, only return with TRAILING_STOP_MARKET order

    QueryAllUmConditionalOrdersResponseInner

    bookTime?: number | bigint

    order time

    QueryAllUmConditionalOrdersResponseInner

    goodTillDate?: number | bigint

    order pre-set auot cancel time for TIF GTD order

    QueryAllUmConditionalOrdersResponseInner

    newClientStrategyId?: string

    New Client Strategy ID.

    QueryAllUmConditionalOrdersResponseInner

    orderId?: number | bigint

    Normal orderID after trigger if appliable, only have when the strategy is triggered

    QueryAllUmConditionalOrdersResponseInner

    origQty?: string

    Orig Qty.

    QueryAllUmConditionalOrdersResponseInner

    positionSide?: string

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

    QueryAllUmConditionalOrdersResponseInner

    price?: string

    Price.

    QueryAllUmConditionalOrdersResponseInner

    priceMatch?: string

    Price Match.

    QueryAllUmConditionalOrdersResponseInner

    priceRate?: string

    callback rate, only return with TRAILING_STOP_MARKET order

    QueryAllUmConditionalOrdersResponseInner

    reduceOnly?: boolean

    Reduce Only.

    QueryAllUmConditionalOrdersResponseInner

    selfTradePreventionMode?: string

    self trading preventation mode

    QueryAllUmConditionalOrdersResponseInner

    side?: string

    Side.

    QueryAllUmConditionalOrdersResponseInner

    status?: string

    Normal order status after trigger if appliable, only have when the strategy is triggered

    QueryAllUmConditionalOrdersResponseInner

    stopPrice?: string

    please ignore when order type is TRAILING_STOP_MARKET

    QueryAllUmConditionalOrdersResponseInner

    strategyId?: number | bigint

    Strategy ID.

    QueryAllUmConditionalOrdersResponseInner

    strategyStatus?: string

    Strategy Status.

    QueryAllUmConditionalOrdersResponseInner

    strategyType?: string

    Strategy Type.

    QueryAllUmConditionalOrdersResponseInner

    symbol?: string

    Trade symbol, if existing.

    QueryAllUmConditionalOrdersResponseInner

    timeInForce?: string

    Time In Force.

    QueryAllUmConditionalOrdersResponseInner

    triggerTime?: number | bigint

    Trigger Time.

    QueryAllUmConditionalOrdersResponseInner

    type?: string

    Normal order type after trigger if appliable

    QueryAllUmConditionalOrdersResponseInner

    updateTime?: number | bigint

    last update time

    QueryAllUmConditionalOrdersResponseInner