Binance Connector JS
    Preparing search index...

    Interface EquityTradeHistoryResponseRowsInner

    EquityTradeHistoryResponseRowsInner

    interface EquityTradeHistoryResponseRowsInner {
        executionAt?: number | bigint;
        executionId?: string;
        orderId?: string;
        orderType?: string;
        price?: string;
        qty?: string;
        quote?: string;
        side?: string;
        symbol?: string;
        total?: string;
        updatedAt?: number | bigint;
    }
    Index

    Properties

    executionAt?: number | bigint

    Execution time (ms epoch).

    EquityTradeHistoryResponseRowsInner

    executionId?: string

    Execution (per-fill) id.

    EquityTradeHistoryResponseRowsInner

    orderId?: string

    The owning order's id.

    EquityTradeHistoryResponseRowsInner

    orderType?: string

    MARKET / LIMIT.

    EquityTradeHistoryResponseRowsInner

    price?: string

    Execution price (USD).

    EquityTradeHistoryResponseRowsInner

    qty?: string

    Executed quantity.

    EquityTradeHistoryResponseRowsInner

    quote?: string

    Quote asset.

    EquityTradeHistoryResponseRowsInner

    side?: string

    BUY / SELL.

    EquityTradeHistoryResponseRowsInner

    symbol?: string

    US-equity ticker.

    EquityTradeHistoryResponseRowsInner

    total?: string

    Notional of this execution (qty × price).

    EquityTradeHistoryResponseRowsInner

    updatedAt?: number | bigint

    Last update time (ms epoch).

    EquityTradeHistoryResponseRowsInner