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[][]

    Asks to be updated

    DiffBookDepthStreamsResponse

    b?: string[][]

    Bids to be updated

    DiffBookDepthStreamsResponse

    e?: string

    Event type

    DiffBookDepthStreamsResponse

    E?: number | bigint

    Event time

    DiffBookDepthStreamsResponse

    ps?: string

    Pair

    DiffBookDepthStreamsResponse

    pu?: number | bigint

    Final update Id in last stream(ie u in last stream)

    DiffBookDepthStreamsResponse

    s?: string

    Symbol

    DiffBookDepthStreamsResponse

    st?: number

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

    DiffBookDepthStreamsResponse

    T?: number | bigint

    Transction time

    DiffBookDepthStreamsResponse

    u?: number | bigint

    Final update ID in event

    DiffBookDepthStreamsResponse

    U?: number | bigint

    First update ID in event

    DiffBookDepthStreamsResponse