Binance Connector JS
    Preparing search index...

    PartialBookDepthStreamsResponse

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

    PartialBookDepthStreamsResponse

    b?: string[][]

    Buy order

    PartialBookDepthStreamsResponse

    e?: string

    event type

    PartialBookDepthStreamsResponse

    E?: number | bigint

    event time

    PartialBookDepthStreamsResponse

    pu?: number | bigint

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

    PartialBookDepthStreamsResponse

    s?: string

    Option symbol

    PartialBookDepthStreamsResponse

    T?: number | bigint

    transaction time

    PartialBookDepthStreamsResponse

    u?: number | bigint

    Final update ID in event

    PartialBookDepthStreamsResponse

    U?: number | bigint

    First update ID in event

    PartialBookDepthStreamsResponse