Binance Connector JS
    Preparing search index...

    QueryUmConditionalOrderHistoryResponse

    interface QueryUmConditionalOrderHistoryResponse {
        activatePrice?: string;
        bookTime?: number | bigint;
        goodTillDate?: number | bigint;
        newClientStrategyId?: string;
        orderId?: number | bigint;
        origQty?: string;
        positionSide?: string;
        price?: string;
        priceProtect?: boolean;
        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;
        workingType?: string;
    }
    Index

    Properties

    activatePrice?: string

    activation price, only return with TRAILING_STOP_MARKET order

    QueryUmConditionalOrderHistoryResponse

    bookTime?: number | bigint

    order time

    QueryUmConditionalOrderHistoryResponse

    goodTillDate?: number | bigint

    order pre-set auot cancel time for TIF GTD order

    QueryUmConditionalOrderHistoryResponse

    newClientStrategyId?: string

    New Client Strategy ID.

    QueryUmConditionalOrderHistoryResponse

    orderId?: number | bigint

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

    QueryUmConditionalOrderHistoryResponse

    origQty?: string

    Orig Qty.

    QueryUmConditionalOrderHistoryResponse

    positionSide?: string

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

    QueryUmConditionalOrderHistoryResponse

    price?: string

    Price.

    QueryUmConditionalOrderHistoryResponse

    priceProtect?: boolean

    Price Protect.

    QueryUmConditionalOrderHistoryResponse

    priceRate?: string

    callback rate, only return with TRAILING_STOP_MARKET order

    QueryUmConditionalOrderHistoryResponse

    reduceOnly?: boolean

    Reduce Only.

    QueryUmConditionalOrderHistoryResponse

    selfTradePreventionMode?: string

    self trading preventation mode

    QueryUmConditionalOrderHistoryResponse

    side?: string

    Side.

    QueryUmConditionalOrderHistoryResponse

    status?: string

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

    QueryUmConditionalOrderHistoryResponse

    stopPrice?: string

    please ignore when order type is TRAILING_STOP_MARKET

    QueryUmConditionalOrderHistoryResponse

    strategyId?: number | bigint

    Strategy ID.

    QueryUmConditionalOrderHistoryResponse

    strategyStatus?: string

    Strategy Status.

    QueryUmConditionalOrderHistoryResponse

    strategyType?: string

    Strategy Type.

    QueryUmConditionalOrderHistoryResponse

    symbol?: string

    Trade symbol, if existing.

    QueryUmConditionalOrderHistoryResponse

    timeInForce?: string

    Time In Force.

    QueryUmConditionalOrderHistoryResponse

    triggerTime?: number | bigint

    Trigger Time.

    QueryUmConditionalOrderHistoryResponse

    type?: string

    Normal order type after trigger if appliable

    QueryUmConditionalOrderHistoryResponse

    updateTime?: number | bigint

    last update time

    QueryUmConditionalOrderHistoryResponse

    workingType?: string

    Working Type.

    QueryUmConditionalOrderHistoryResponse