Daily + Fix the UpdatePricesBarChartSweepOpenPositions method.
Some checks failed
Build .NET Project / build (push) Has been cancelled

This commit is contained in:
2026-04-02 21:09:08 -04:00
parent 7fc23ad929
commit 8135ab7f93
3 changed files with 17 additions and 17 deletions

View File

@@ -326,7 +326,7 @@ namespace MarketData.Helper
{
MDTrace.WriteLine(LogLevel.DEBUG, "[UpdatePricesBarChartSweepOpenPositions]Enter");
DateGenerator dateGenerator = new DateGenerator();
if(null == symbols || 0==symbols.Count)
if(null == symbolsToFetch || 0==symbolsToFetch.Count)
{
MDTrace.WriteLine(LogLevel.DEBUG, $"[UpdatePricesBarChartSweepOpenPositions] No symbols provided, nothing to do");
return false;