DipDupChartData
public struct DipDupChartData : Codable
Struct to hold 4 arrays of data, each one mapping to a different timeline of data, to allow the display of graphs
-
Contains the last 24 hours of data at 15 min intervals
Declaration
Swift
public let quotes15mNogaps: [DipDupChartObject]
-
Contains every hour for past 7 days
Declaration
Swift
public let quotes1hNogaps: [DipDupChartObject]
-
Contains every day for 30 days
Declaration
Swift
public let quotes1dNogaps: [DipDupChartObject]
-
Contains every week for 52 weeks
Declaration
Swift
public let quotes1wNogaps: [DipDupChartObject]