Fix InsiderTransaction Feed

This commit is contained in:
2024-02-23 15:51:43 -05:00
parent 5a2d4c6a79
commit 1d53646433
14 changed files with 3 additions and 13 deletions

View File

@@ -107,7 +107,6 @@ namespace MarketData.Helper
symbol = symbol.ToUpper();
MDTrace.WriteLine(LogLevel.DEBUG,String.Format("Load insider transactions for {0}", symbol));
InsiderTransactions insiderTransactions = MarketDataHelper.GetInsiderTransactions(symbol);
// public static SECFilings GetSECInsiderTransactions(String symbol,String cik,int timePeriodDays=7)
if (null == insiderTransactions || 0 == insiderTransactions.Count)
{
MDTrace.WriteLine(LogLevel.DEBUG,String.Format("No insider transactions for {0}", symbol));