forinvest-cli
    Preparing search index...

    Interface IntradayResponse

    interface IntradayResponse {
        a?: number;
        c: number;
        d: number;
        h: number;
        l: number;
        o: number;
        v: number;
        w?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    a? c d h l o v w?

    Properties

    a?: number
    c: number
    d: number
    h: number
    l: number
    o: number
    v: number
    w?: number