Structure
PortfolioHistory
public struct PortfolioHistory: Codable
Relationships
Nested Types
PortfolioHistory.Timeframe
Conforms To
Codable
Properties
timestamp
let timestamp: [Int]
equity
let equity: [Double]
profitLoss
let profitLoss: [Double]
profitLossPct
let profitLossPct: [Double]
baseValue
let baseValue: Double
timeframe
let timeframe: Timeframe