Binance Connector JS
    Preparing search index...

    DiffBookDepthResponse

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

    Properties

    Properties

    a?: string[][]

    Asks to be updated

    DiffBookDepthResponse

    b?: string[][]

    Bids to be updated

    DiffBookDepthResponse

    e?: string

    Event type

    DiffBookDepthResponse

    E?: number | bigint

    Event time

    DiffBookDepthResponse

    s?: string

    Symbol

    DiffBookDepthResponse

    u?: number | bigint

    Final update ID in event

    DiffBookDepthResponse

    U?: number | bigint

    First update ID in event

    DiffBookDepthResponse