Binance Connector JS
    Preparing search index...

    QueryCmConditionalOrderHistoryResponse

    interface QueryCmConditionalOrderHistoryResponse {
        activatePrice?: string;
        bookTime?: number | bigint;
        newClientStrategyId?: string;
        orderId?: number | bigint;
        origQty?: string;
        positionSide?: string;
        price?: string;
        priceMatch?: string;
        priceProtect?: boolean;
        priceRate?: string;
        reduceOnly?: boolean;
        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

    QueryCmConditionalOrderHistoryResponse

    bookTime?: number | bigint

    order time

    QueryCmConditionalOrderHistoryResponse

    newClientStrategyId?: string

    New Client Strategy ID.

    QueryCmConditionalOrderHistoryResponse

    orderId?: number | bigint

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

    QueryCmConditionalOrderHistoryResponse

    origQty?: string

    Orig Qty.

    QueryCmConditionalOrderHistoryResponse

    positionSide?: string

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

    QueryCmConditionalOrderHistoryResponse

    price?: string

    Price.

    QueryCmConditionalOrderHistoryResponse

    priceMatch?: string

    Price Match.

    QueryCmConditionalOrderHistoryResponse

    priceProtect?: boolean

    Price Protect.

    QueryCmConditionalOrderHistoryResponse

    priceRate?: string

    callback rate, only return with TRAILING_STOP_MARKET order

    QueryCmConditionalOrderHistoryResponse

    reduceOnly?: boolean

    Reduce Only.

    QueryCmConditionalOrderHistoryResponse

    side?: string

    Side.

    QueryCmConditionalOrderHistoryResponse

    status?: string

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

    QueryCmConditionalOrderHistoryResponse

    stopPrice?: string

    please ignore when order type is TRAILING_STOP_MARKET

    QueryCmConditionalOrderHistoryResponse

    strategyId?: number | bigint

    Strategy ID.

    QueryCmConditionalOrderHistoryResponse

    strategyStatus?: string

    Strategy Status.

    QueryCmConditionalOrderHistoryResponse

    strategyType?: string

    Strategy Type.

    QueryCmConditionalOrderHistoryResponse

    symbol?: string

    Trade symbol, if existing.

    QueryCmConditionalOrderHistoryResponse

    timeInForce?: string

    Time In Force.

    QueryCmConditionalOrderHistoryResponse

    triggerTime?: number | bigint

    Trigger Time.

    QueryCmConditionalOrderHistoryResponse

    type?: string

    Normal order type after trigger if appliable

    QueryCmConditionalOrderHistoryResponse

    updateTime?: number | bigint

    last update time

    QueryCmConditionalOrderHistoryResponse

    workingType?: string

    Working Type.

    QueryCmConditionalOrderHistoryResponse