Binance Connector JS
    Preparing search index...

    PartialDepthStreamResponse

    interface PartialDepthStreamResponse {
        a?: string[][];
        b?: string[][];
        e?: string;
        E?: number | bigint;
        pu?: number | bigint;
        s?: string;
        T?: number | bigint;
        u?: number | bigint;
        U?: number | bigint;
    }
    Index

    Properties

    Properties

    a?: string[][]

    asks to be updated

    PartialDepthStreamResponse

    b?: string[][]

    bids to be updated

    PartialDepthStreamResponse

    e?: string

    eventType

    PartialDepthStreamResponse

    E?: number | bigint

    eventTime

    PartialDepthStreamResponse

    pu?: number | bigint

    previousUpdateId

    PartialDepthStreamResponse

    s?: string

    symbol

    PartialDepthStreamResponse

    T?: number | bigint

    transactionTime

    PartialDepthStreamResponse

    u?: number | bigint

    lastUpdateId

    PartialDepthStreamResponse

    U?: number | bigint

    firstUpdateId

    PartialDepthStreamResponse