Binance Connector JS
    Preparing search index...

    Interface TradesHistoricalResponseResultInner

    TradesHistoricalResponseResultInner

    interface TradesHistoricalResponseResultInner {
        id?: number | bigint;
        isBestMatch?: boolean;
        isBuyerMaker?: boolean;
        price?: string;
        qty?: string;
        quoteQty?: string;
        time?: number | bigint;
    }
    Index

    Properties

    id?: number | bigint

    TradesHistoricalResponseResultInner

    isBestMatch?: boolean

    TradesHistoricalResponseResultInner

    isBuyerMaker?: boolean

    TradesHistoricalResponseResultInner

    price?: string

    TradesHistoricalResponseResultInner

    qty?: string

    TradesHistoricalResponseResultInner

    quoteQty?: string

    TradesHistoricalResponseResultInner

    time?: number | bigint

    TradesHistoricalResponseResultInner