Binance Connector JS
    Preparing search index...

    DiffBookDepthStreamsResponse

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

    Properties

    Properties

    a?: string[][]

    Ask updates.

    DiffBookDepthStreamsResponse

    b?: string[][]

    Bid updates.

    DiffBookDepthStreamsResponse

    e?: string

    Event type.

    DiffBookDepthStreamsResponse

    E?: number | bigint

    Event time.

    DiffBookDepthStreamsResponse

    ps?: string

    (After CM migration) Pair symbol

    DiffBookDepthStreamsResponse

    pu?: number | bigint

    Final update ID in the previous stream event.

    DiffBookDepthStreamsResponse

    s?: string

    Symbol.

    DiffBookDepthStreamsResponse

    st?: number

    (After CM migration) Symbol type: 1 = UM, 2 = CM

    DiffBookDepthStreamsResponse

    T?: number | bigint

    Transaction time.

    DiffBookDepthStreamsResponse

    u?: number | bigint

    Final update ID in the event.

    DiffBookDepthStreamsResponse

    U?: number | bigint

    First update ID in the event.

    DiffBookDepthStreamsResponse