Daily + Fix the UpdatePricesBarChartSweepOpenPositions method.
Some checks failed
Build .NET Project / build (push) Has been cancelled
Some checks failed
Build .NET Project / build (push) Has been cancelled
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user