Binance Connector JS
    Preparing search index...

    CancelMarginAccountAllOpenOrdersOnASymbolResponseInnerOrderReportsInner

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

    Properties

    clientOrderId?: string

    Client Order ID.

    CancelMarginAccountAllOpenOrdersOnASymbolResponseInnerOrderReportsInner

    cummulativeQuoteQty?: string

    Cummulative Quote Qty.

    CancelMarginAccountAllOpenOrdersOnASymbolResponseInnerOrderReportsInner

    executedQty?: string

    Executed Qty.

    CancelMarginAccountAllOpenOrdersOnASymbolResponseInnerOrderReportsInner

    icebergQty?: string

    Iceberg Qty.

    CancelMarginAccountAllOpenOrdersOnASymbolResponseInnerOrderReportsInner

    orderId?: number | bigint

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

    CancelMarginAccountAllOpenOrdersOnASymbolResponseInnerOrderReportsInner

    orderListId?: number | bigint

    Order List ID.

    CancelMarginAccountAllOpenOrdersOnASymbolResponseInnerOrderReportsInner

    origClientOrderId?: string

    Orig Client Order ID.

    CancelMarginAccountAllOpenOrdersOnASymbolResponseInnerOrderReportsInner

    origQty?: string

    Orig Qty.

    CancelMarginAccountAllOpenOrdersOnASymbolResponseInnerOrderReportsInner

    price?: string

    Price.

    CancelMarginAccountAllOpenOrdersOnASymbolResponseInnerOrderReportsInner

    side?: string

    Side.

    CancelMarginAccountAllOpenOrdersOnASymbolResponseInnerOrderReportsInner

    status?: string

    Enum:completed,processing

    CancelMarginAccountAllOpenOrdersOnASymbolResponseInnerOrderReportsInner

    stopPrice?: string

    please ignore when order type is TRAILING_STOP_MARKET

    CancelMarginAccountAllOpenOrdersOnASymbolResponseInnerOrderReportsInner

    symbol?: string

    Trade symbol, if existing.

    CancelMarginAccountAllOpenOrdersOnASymbolResponseInnerOrderReportsInner

    timeInForce?: string

    Time In Force.

    CancelMarginAccountAllOpenOrdersOnASymbolResponseInnerOrderReportsInner

    type?: string

    Normal order type after trigger if appliable

    CancelMarginAccountAllOpenOrdersOnASymbolResponseInnerOrderReportsInner