diff --git a/Program.cs b/Program.cs index b9501cf..93fc37d 100644 --- a/Program.cs +++ b/Program.cs @@ -1029,11 +1029,6 @@ namespace MarketData Trace.Listeners.Add(new TextWriterTraceListener(strLogFile)); DateTime currentDate=DateTime.Now; -// CheckPricesForHoldings(); - -// Price price = MarketDataHelper.GetLatestPriceBigCharts("NVDA"); - //List cashflowStatements = MarketDataHelper.GetCashflowStatement("AAPL",CashflowStatement.PeriodType.Annual); - DateTime maxHolidayDate =HolidayDA.GetMaxHolidayDate(); if(currentDate>maxHolidayDate) {