This commit is contained in:
2026-03-11 20:59:19 -04:00
parent 10e1c87ec1
commit 0181e56f84

View File

@@ -1029,11 +1029,6 @@ namespace MarketData
Trace.Listeners.Add(new TextWriterTraceListener(strLogFile));
DateTime currentDate=DateTime.Now;
// CheckPricesForHoldings();
// Price price = MarketDataHelper.GetLatestPriceBigCharts("NVDA");
//List<CashflowStatement> cashflowStatements = MarketDataHelper.GetCashflowStatement("AAPL",CashflowStatement.PeriodType.Annual);
DateTime maxHolidayDate =HolidayDA.GetMaxHolidayDate();
if(currentDate>maxHolidayDate)
{