Binance Connector JS
    Preparing search index...

    DiffBookDepthStreamsResponse

    interface DiffBookDepthStreamsResponse {
        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[][]

    Sell order

    DiffBookDepthStreamsResponse

    b?: string[][]

    Buy order

    DiffBookDepthStreamsResponse

    e?: string

    event type

    DiffBookDepthStreamsResponse

    E?: number | bigint

    event time

    DiffBookDepthStreamsResponse

    pu?: number | bigint

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

    DiffBookDepthStreamsResponse

    s?: string

    Option symbol

    DiffBookDepthStreamsResponse

    T?: number | bigint

    transaction time

    DiffBookDepthStreamsResponse

    u?: number | bigint

    Final update ID in event

    DiffBookDepthStreamsResponse

    U?: number | bigint

    First update ID in event

    DiffBookDepthStreamsResponse