20 using System.Collections.Generic;
41 _objectStore = objectStore;
64 var source = sourceFactory.GetSource(configuration, date,
false);
66 dataProvider, _objectStore);
67 var coarseFundamentalForDate = factory.
Read(source);
69 yield
return new BaseDataCollection(date.AddDays(1), configuration.Symbol, coarseFundamentalForDate);