Binance Connector JS
    Preparing search index...

    CancelMarginAccountOrderResponse

    interface CancelMarginAccountOrderResponse {
        clientOrderId?: string;
        cummulativeQuoteQty?: string;
        executedQty?: string;
        orderId?: number | bigint;
        origClientOrderId?: string;
        origQty?: string;
        price?: string;
        side?: string;
        status?: string;
        symbol?: string;
        timeInForce?: string;
        type?: string;
    }
    Index

    Properties

    clientOrderId?: string

    Client Order ID.

    CancelMarginAccountOrderResponse

    cummulativeQuoteQty?: string

    Cummulative Quote Qty.

    CancelMarginAccountOrderResponse

    executedQty?: string

    Executed Qty.

    CancelMarginAccountOrderResponse

    orderId?: number | bigint

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

    CancelMarginAccountOrderResponse

    origClientOrderId?: string

    Orig Client Order ID.

    CancelMarginAccountOrderResponse

    origQty?: string

    Orig Qty.

    CancelMarginAccountOrderResponse

    price?: string

    Price.

    CancelMarginAccountOrderResponse

    side?: string

    Side.

    CancelMarginAccountOrderResponse

    status?: string

    Enum:completed,processing

    CancelMarginAccountOrderResponse

    symbol?: string

    Trade symbol, if existing.

    CancelMarginAccountOrderResponse

    timeInForce?: string

    Time In Force.

    CancelMarginAccountOrderResponse

    type?: string

    Normal order type after trigger if appliable

    CancelMarginAccountOrderResponse