TimeSeriesIntraDayResponse
- closeType: number Format: double
Price Closing price in cents for the time period.
- highType: number | null Format: double
Price Highest price in cents for the time period.
- lowType: number | null Format: double
Price Lowest price in cents for the time period.
- openType: number | null Format: double
Price Opening price in cents for the time period.
- timeType: string | null Format: date
Series Date Time The date of the time series.
- totalType: number | null Format: double
Value Total value in cents traded for the time period.
- totalType: number | null Format: double
Volume Total volume traded for the time period.
- tradeType: integer | null Format: int32
Count Number of trades for the time period.

