18 using System.Collections.Generic;
35 : base(allData, localTime)
68 var monthHashSet = months.ToHashSet();
69 return this.Where(x => monthHashSet.Contains(x.ID.Date.Month));
86 universe.Data = universe.Data.Where(predicate).ToList();
98 universe.AllSymbols = universe.Data.Select(mapFunc).ToList();
110 universe.AllSymbols = universe.Data.SelectMany(mapFunc).ToList();