Binance Connector JS
    Preparing search index...

    QueryAllMarginAccountOrdersResponseInner

    interface QueryAllMarginAccountOrdersResponseInner {
        accountId?: number | bigint;
        clientOrderId?: string;
        cummulativeQuoteQty?: string;
        executedQty?: string;
        icebergQty?: string;
        isWorking?: boolean;
        orderId?: number | bigint;
        origQty?: string;
        preventedMatchId?: string;
        preventedQuantity?: string;
        price?: string;
        selfTradePreventionMode?: string;
        side?: string;
        status?: string;
        stopPrice?: string;
        symbol?: string;
        time?: number | bigint;
        timeInForce?: string;
        type?: string;
        updateTime?: number | bigint;
    }
    Index

    Properties

    accountId?: number | bigint

    Account ID.

    QueryAllMarginAccountOrdersResponseInner

    clientOrderId?: string

    Client Order ID.

    QueryAllMarginAccountOrdersResponseInner

    cummulativeQuoteQty?: string

    Cummulative Quote Qty.

    QueryAllMarginAccountOrdersResponseInner

    executedQty?: string

    Executed Qty.

    QueryAllMarginAccountOrdersResponseInner

    icebergQty?: string

    Iceberg Qty.

    QueryAllMarginAccountOrdersResponseInner

    isWorking?: boolean

    Is Working.

    QueryAllMarginAccountOrdersResponseInner

    orderId?: number | bigint

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

    QueryAllMarginAccountOrdersResponseInner

    origQty?: string

    Orig Qty.

    QueryAllMarginAccountOrdersResponseInner

    preventedMatchId?: string

    Prevented Match ID.

    QueryAllMarginAccountOrdersResponseInner

    preventedQuantity?: string

    Prevented Quantity.

    QueryAllMarginAccountOrdersResponseInner

    price?: string

    Price.

    QueryAllMarginAccountOrdersResponseInner

    selfTradePreventionMode?: string

    self trading preventation mode

    QueryAllMarginAccountOrdersResponseInner

    side?: string

    Side.

    QueryAllMarginAccountOrdersResponseInner

    status?: string

    Enum:completed,processing

    QueryAllMarginAccountOrdersResponseInner

    stopPrice?: string

    please ignore when order type is TRAILING_STOP_MARKET

    QueryAllMarginAccountOrdersResponseInner

    symbol?: string

    Trade symbol, if existing.

    QueryAllMarginAccountOrdersResponseInner

    time?: number | bigint

    Event time.

    QueryAllMarginAccountOrdersResponseInner

    timeInForce?: string

    Time In Force.

    QueryAllMarginAccountOrdersResponseInner

    type?: string

    Normal order type after trigger if appliable

    QueryAllMarginAccountOrdersResponseInner

    updateTime?: number | bigint

    last update time

    QueryAllMarginAccountOrdersResponseInner