Enable UpdateMissingAnalystRatings
This commit is contained in:
@@ -41,7 +41,7 @@ namespace MarketData.Helper
|
||||
List<String> symbols = PricingDA.GetSymbols();
|
||||
DateTime maxRatingsDate = AnalystRatingsDA.GetMaxDateNoZacks();
|
||||
Queue = symbols;
|
||||
// ShuffleQueue(); // shuffle up the symbols
|
||||
// ShuffleQueue(); // shuffle up the symbols
|
||||
Index = -1;
|
||||
ManualResetEvent[] resetEvents = new ManualResetEvent[MaxThreads];
|
||||
for (int eventIndex = 0; eventIndex < resetEvents.Length; eventIndex++) resetEvents[eventIndex] = new ManualResetEvent(true);
|
||||
|
||||
Reference in New Issue
Block a user