Code cleanup
This commit is contained in:
@@ -235,10 +235,7 @@ namespace MarketData.Helper
|
||||
}
|
||||
}
|
||||
symbols = symbolsToFetch; // These are the symbols that we know we need to fetch
|
||||
if (0 == symbolsToFetch.Count)
|
||||
{
|
||||
MDTrace.WriteLine(LogLevel.DEBUG, $"[UpdatePricesBarChartSweep] Does not need to supplement any pricing data for {startDate.Value.ToShortDateString()} .");
|
||||
}
|
||||
MDTrace.WriteLine(LogLevel.DEBUG, $"[UpdatePricesBarChartSweep] Preparing to supplement {symbolsToFetch.Count} for pricing date {startDate.Value.ToShortDateString()} .");
|
||||
currentIndex = 0;
|
||||
while (true)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user