Binance Connector JS
    Preparing search index...

    CancelUmConditionalOrderResponse

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

    Properties

    activatePrice?: string

    activation price, only return with TRAILING_STOP_MARKET order

    CancelUmConditionalOrderResponse

    bookTime?: number | bigint

    order place time

    CancelUmConditionalOrderResponse

    goodTillDate?: number | bigint

    order pre-set auot cancel time for TIF GTD order

    CancelUmConditionalOrderResponse

    newClientStrategyId?: string

    New Client Strategy ID.

    CancelUmConditionalOrderResponse

    origQty?: string

    Orig Qty.

    CancelUmConditionalOrderResponse

    positionSide?: string

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

    CancelUmConditionalOrderResponse

    price?: string

    Price.

    CancelUmConditionalOrderResponse

    priceMatch?: string

    Price Match.

    CancelUmConditionalOrderResponse

    priceProtect?: boolean

    Price Protect.

    CancelUmConditionalOrderResponse

    priceRate?: string

    callback rate, only return with TRAILING_STOP_MARKET order

    CancelUmConditionalOrderResponse

    reduceOnly?: boolean

    Reduce Only.

    CancelUmConditionalOrderResponse

    selfTradePreventionMode?: string

    self trading preventation mode

    CancelUmConditionalOrderResponse

    side?: string

    Side.

    CancelUmConditionalOrderResponse

    stopPrice?: string

    please ignore when order type is TRAILING_STOP_MARKET

    CancelUmConditionalOrderResponse

    strategyId?: number | bigint

    Strategy ID.

    CancelUmConditionalOrderResponse

    strategyStatus?: string

    Strategy Status.

    CancelUmConditionalOrderResponse

    strategyType?: string

    Strategy Type.

    CancelUmConditionalOrderResponse

    symbol?: string

    Trade symbol, if existing.

    CancelUmConditionalOrderResponse

    timeInForce?: string

    Time In Force.

    CancelUmConditionalOrderResponse

    updateTime?: number | bigint

    last update time

    CancelUmConditionalOrderResponse

    workingType?: string

    Working Type.

    CancelUmConditionalOrderResponse