Esempio n. 1
0
 internal IndexesConstituentsStorageDirector()
 {
     _sourceClasses = new Helper().GetAllSourceClasses();
     _storage       = IndexesConstituentsStorageSingleton.Instance;
     _helper        = new Helper();
 }
 internal IndexesConstituentsUpdater()
 {
     _sourceClasses = new Helper().GetAllSourceClasses();
     _sourceFactory = new IndexConstituentsSourceFactory();
     _store         = new IndexesConstituentsStorageDirector().GetEquityIndexesStorage();
 }