Binance Connector JS
    Preparing search index...

    QueryMarginAccountsAllOrdersResponseInner

    interface QueryMarginAccountsAllOrdersResponseInner {
        clientOrderId?: string;
        cummulativeQuoteQty?: string;
        executedQty?: string;
        icebergQty?: string;
        isIsolated?: boolean;
        isWorking?: boolean;
        orderId?: number | bigint;
        origQty?: 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

    clientOrderId?: string

    client Order Id.

    QueryMarginAccountsAllOrdersResponseInner

    cummulativeQuoteQty?: string

    cummulative Quote Qty.

    QueryMarginAccountsAllOrdersResponseInner

    executedQty?: string

    executed Qty.

    QueryMarginAccountsAllOrdersResponseInner

    icebergQty?: string

    iceberg Qty.

    QueryMarginAccountsAllOrdersResponseInner

    isIsolated?: boolean

    is Isolated.

    QueryMarginAccountsAllOrdersResponseInner

    isWorking?: boolean

    is Working.

    QueryMarginAccountsAllOrdersResponseInner

    orderId?: number | bigint

    order Id.

    QueryMarginAccountsAllOrdersResponseInner

    origQty?: string

    orig Qty.

    QueryMarginAccountsAllOrdersResponseInner

    price?: string

    price.

    QueryMarginAccountsAllOrdersResponseInner

    selfTradePreventionMode?: string

    self Trade Prevention Mode.

    QueryMarginAccountsAllOrdersResponseInner

    side?: string

    side.

    QueryMarginAccountsAllOrdersResponseInner

    status?: string

    status.

    QueryMarginAccountsAllOrdersResponseInner

    stopPrice?: string

    stop Price.

    QueryMarginAccountsAllOrdersResponseInner

    symbol?: string

    symbol.

    QueryMarginAccountsAllOrdersResponseInner

    time?: number | bigint

    time.

    QueryMarginAccountsAllOrdersResponseInner

    timeInForce?: string

    time In Force.

    QueryMarginAccountsAllOrdersResponseInner

    type?: string

    type.

    QueryMarginAccountsAllOrdersResponseInner

    updateTime?: number | bigint

    update Time.

    QueryMarginAccountsAllOrdersResponseInner