diff --git a/.vs/MarketData/v16/.suo b/.vs/MarketData/v16/.suo index 764249b..de480a7 100644 Binary files a/.vs/MarketData/v16/.suo and b/.vs/MarketData/v16/.suo differ diff --git a/MarketDataLib/Helper/InsiderTransactionMarketDataHelper.cs b/MarketDataLib/Helper/InsiderTransactionMarketDataHelper.cs index 57b2bf2..16af8f2 100644 --- a/MarketDataLib/Helper/InsiderTransactionMarketDataHelper.cs +++ b/MarketDataLib/Helper/InsiderTransactionMarketDataHelper.cs @@ -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)); diff --git a/MarketDataLib/Helper/MarketDataHelper.cs b/MarketDataLib/Helper/MarketDataHelper.cs index bb21e29..9a86fa6 100644 --- a/MarketDataLib/Helper/MarketDataHelper.cs +++ b/MarketDataLib/Helper/MarketDataHelper.cs @@ -1245,7 +1245,8 @@ 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=7) +// public static InsiderTransactions GetInsiderTransactions(String symbol,int timePeriodDays=7) + public static InsiderTransactions GetInsiderTransactions(String symbol,int timePeriodDays=180) { MemoryStream memoryStream = null; HttpNetResponse httpNetResponse=null; @@ -1256,6 +1257,7 @@ namespace MarketData.Helper try { + MDTrace.WriteLine(LogLevel.DEBUG,String.Format("GetInsiderTransactions: symbol:{0} dayCount:{1}",symbol,timePeriodDays)); DateGenerator dateGenerator=new DateGenerator(); String cik=PricingDA.GetCIKForSymbol(symbol); if(null==cik) diff --git a/bin/Debug/Axiom.Core.dll b/bin/Debug/Axiom.Core.dll index 88a6224..e788cb2 100644 Binary files a/bin/Debug/Axiom.Core.dll and b/bin/Debug/Axiom.Core.dll differ diff --git a/bin/Debug/Axiom.Core.dll.config b/bin/Debug/Axiom.Core.dll.config deleted file mode 100644 index 43ee139..0000000 --- a/bin/Debug/Axiom.Core.dll.config +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/bin/Debug/Axiom.Core.pdb b/bin/Debug/Axiom.Core.pdb index 2d7d15c..2efccd3 100644 Binary files a/bin/Debug/Axiom.Core.pdb and b/bin/Debug/Axiom.Core.pdb differ diff --git a/bin/Debug/MarketDataLib.dll b/bin/Debug/MarketDataLib.dll index f70b774..b049733 100644 Binary files a/bin/Debug/MarketDataLib.dll and b/bin/Debug/MarketDataLib.dll differ diff --git a/bin/Debug/MarketDataLib.pdb b/bin/Debug/MarketDataLib.pdb index a19d462..c35877b 100644 Binary files a/bin/Debug/MarketDataLib.pdb and b/bin/Debug/MarketDataLib.pdb differ diff --git a/bin/Debug/MySql.Data.dll b/bin/Debug/MySql.Data.dll deleted file mode 100644 index 2fd44b9..0000000 Binary files a/bin/Debug/MySql.Data.dll and /dev/null differ diff --git a/bin/Debug/mk.exe b/bin/Debug/mk.exe index e753288..f1e18f9 100644 Binary files a/bin/Debug/mk.exe and b/bin/Debug/mk.exe differ diff --git a/bin/Debug/mk.pdb b/bin/Debug/mk.pdb index 20992a1..ecb1682 100644 Binary files a/bin/Debug/mk.pdb and b/bin/Debug/mk.pdb differ diff --git a/bin/Debug/saferun/Axiom.Core.dll b/bin/Debug/saferun/Axiom.Core.dll index 0de4471..e788cb2 100644 Binary files a/bin/Debug/saferun/Axiom.Core.dll and b/bin/Debug/saferun/Axiom.Core.dll differ diff --git a/bin/Debug/saferun/MarketDataLib.dll b/bin/Debug/saferun/MarketDataLib.dll index 514b393..b049733 100644 Binary files a/bin/Debug/saferun/MarketDataLib.dll and b/bin/Debug/saferun/MarketDataLib.dll differ diff --git a/bin/Debug/saferun/mk.exe b/bin/Debug/saferun/mk.exe index d9c2001..f1e18f9 100644 Binary files a/bin/Debug/saferun/mk.exe and b/bin/Debug/saferun/mk.exe differ