Binance Connector JS
    Preparing search index...

    CancelCmConditionalOrderResponse

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

    CancelCmConditionalOrderResponse

    bookTime?: number | bigint

    order place time

    CancelCmConditionalOrderResponse

    newClientStrategyId?: string

    New Client Strategy ID.

    CancelCmConditionalOrderResponse

    origQty?: string

    Orig Qty.

    CancelCmConditionalOrderResponse

    positionSide?: string

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

    CancelCmConditionalOrderResponse

    price?: string

    Price.

    CancelCmConditionalOrderResponse

    priceProtect?: boolean

    Price Protect.

    CancelCmConditionalOrderResponse

    priceRate?: string

    callback rate, only return with TRAILING_STOP_MARKET order

    CancelCmConditionalOrderResponse

    reduceOnly?: boolean

    Reduce Only.

    CancelCmConditionalOrderResponse

    side?: string

    Side.

    CancelCmConditionalOrderResponse

    stopPrice?: string

    please ignore when order type is TRAILING_STOP_MARKET

    CancelCmConditionalOrderResponse

    strategyId?: number | bigint

    Strategy ID.

    CancelCmConditionalOrderResponse

    strategyStatus?: string

    Strategy Status.

    CancelCmConditionalOrderResponse

    strategyType?: string

    Strategy Type.

    CancelCmConditionalOrderResponse

    symbol?: string

    Trade symbol, if existing.

    CancelCmConditionalOrderResponse

    timeInForce?: string

    Time In Force.

    CancelCmConditionalOrderResponse

    updateTime?: number | bigint

    last update time

    CancelCmConditionalOrderResponse

    workingType?: string

    Working Type.

    CancelCmConditionalOrderResponse