TRD-0003 Fix insider transactions
This commit is contained in:
@@ -1407,6 +1407,7 @@ namespace MarketData.Helper
|
||||
String formName = secNodes[0].InnerText;
|
||||
formName = formName.Replace("\n", "");
|
||||
formName = formName.Trim();
|
||||
MDTrace.WriteLine(LogLevel.DEBUG,String.Format("GetSECFilingDocuments[Examining form {0}]",formName));
|
||||
HtmlNodeCollection tables = htmlDocument.DocumentNode.SelectNodes("//*[@class=\"tableFile\"]");
|
||||
if (null == tables || tables.Count < 1) return null;
|
||||
HtmlNodeCollection rows = tables[0].SelectNodes(".//tr");
|
||||
|
||||
Reference in New Issue
Block a user