Binance Connector JS
    Preparing search index...

    AggregateTradeStreamResponse

    interface AggregateTradeStreamResponse {
        a?: number | bigint;
        e?: string;
        E?: number | bigint;
        f?: number | bigint;
        l?: number | bigint;
        m?: boolean;
        p?: string;
        q?: string;
        s?: string;
        T?: number | bigint;
    }
    Index

    Properties

    Properties

    a?: number | bigint

    Aggregated trade ID

    AggregateTradeStreamResponse

    e?: string

    Event type

    AggregateTradeStreamResponse

    E?: number | bigint

    Event time (ms)

    AggregateTradeStreamResponse

    f?: number | bigint

    First trade ID in the aggregation

    AggregateTradeStreamResponse

    l?: number | bigint

    Last trade ID in the aggregation

    AggregateTradeStreamResponse

    m?: boolean

    Is the buyer the market maker

    AggregateTradeStreamResponse

    p?: string

    Price

    AggregateTradeStreamResponse

    q?: string

    Quantity

    AggregateTradeStreamResponse

    s?: string

    Symbol

    AggregateTradeStreamResponse

    T?: number | bigint

    Trade time (ms)

    AggregateTradeStreamResponse