Binance Connector JS
    Preparing search index...

    RpiDiffBookDepthStreamsResponse

    interface RpiDiffBookDepthStreamsResponse {
        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

    RpiDiffBookDepthStreamsResponse

    b?: string[][]

    Bids to be updated

    RpiDiffBookDepthStreamsResponse

    e?: string

    Event type

    RpiDiffBookDepthStreamsResponse

    E?: number | bigint

    Event time

    RpiDiffBookDepthStreamsResponse

    ps?: string

    (After CM migration) Pair symbol

    RpiDiffBookDepthStreamsResponse

    pu?: number | bigint

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

    RpiDiffBookDepthStreamsResponse

    s?: string

    Symbol

    RpiDiffBookDepthStreamsResponse

    st?: number

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

    RpiDiffBookDepthStreamsResponse

    T?: number | bigint

    Transaction time

    RpiDiffBookDepthStreamsResponse

    u?: number | bigint

    Final update ID in event

    RpiDiffBookDepthStreamsResponse

    U?: number | bigint

    First update ID in event

    RpiDiffBookDepthStreamsResponse