19 using System.Collections.Generic;
21 using Newtonsoft.Json;
22 using Newtonsoft.Json.Serialization;
34 public DateTime
Time {
get;
private set; }
44 public decimal
Cash {
get;
private set; }
55 public List<PointInTimeHolding>
Holdings {
get;
private set; }