InsiderTransactionDA refactoring and TradeBook updates.

This commit is contained in:
2024-03-01 09:05:16 -05:00
parent cf4ede079e
commit 2527ea243b
19 changed files with 159 additions and 93 deletions

View File

@@ -1241,7 +1241,7 @@ namespace MarketData.Helper
// ***************************************************************************************************************************************************************************************
// ************************************ S E C F I L I N G S - F O R M 4 & F O R M 5 - F O R I N S I D E R T R A N S A C T I O N S S E C . G O V ***************************S
// ***************************************************************************************************************************************************************************************
public static InsiderTransactions GetInsiderTransactions(String symbol,int timePeriodDays=15)
public static InsiderTransactions GetInsiderTransactions(String symbol,int timePeriodDays=5)
{
MemoryStream memoryStream = null;
HttpNetResponse httpNetResponse=null;