General updates
This commit is contained in:
@@ -1664,8 +1664,8 @@ namespace MarketData
|
||||
|
||||
Utility.RemoveLogFiles();
|
||||
int STAGE_1=0,STAGE_FINAL=2;
|
||||
DeletePriceWatchList("valuations",startDate.ToShortDateString());
|
||||
DeletePriceWatchList("Momentum",startDate.ToShortDateString());
|
||||
DeletePriceWatchList("valuations", startDate.ToShortDateString());
|
||||
DeletePriceWatchList("Momentum", startDate.ToShortDateString());
|
||||
|
||||
ManualResetEvent[] resetEvents = new ManualResetEvent[STAGE_FINAL+1];
|
||||
for(int index=0;index<resetEvents.Length;index++)resetEvents[index] = new ManualResetEvent(false);
|
||||
|
||||
Reference in New Issue
Block a user