Code cleanup
This commit is contained in:
@@ -5107,7 +5107,7 @@ namespace MarketData.Helper
|
||||
if (null == price) return null;
|
||||
if (!price.Date.Date.Equals(startDate.Date))
|
||||
{
|
||||
MDTrace.WriteLine(LogLevel.DEBUG, $"Error, the price retrieved from Robinhood for : {symbol} is dated {price.Date.Date.ToShortDateString()} , expected {startDate.Date.ToShortDateString()}.");
|
||||
MDTrace.WriteLine(LogLevel.DEBUG, $"Error, the price retrieved from Robinhood for : {symbol} is dated {price.Date.Date.ToShortDateString()}, expected {startDate.Date.ToShortDateString()}.");
|
||||
return null;
|
||||
}
|
||||
return price;
|
||||
|
||||
Reference in New Issue
Block a user