Fix ETF Holdings feed
This commit is contained in:
@@ -304,14 +304,6 @@ namespace MarketData.Utils
|
||||
}
|
||||
}
|
||||
|
||||
public static bool IsNumeric(String strText)
|
||||
{
|
||||
strText=strText.Replace("%", "");
|
||||
strText = strText.Replace("$", "");
|
||||
double value = 0.00;
|
||||
return double.TryParse(strText, out value);
|
||||
}
|
||||
|
||||
public static long ParseValueLong(String strText)
|
||||
{
|
||||
long value;
|
||||
|
||||
@@ -42,9 +42,6 @@ namespace MarketDataLib.Utility
|
||||
}
|
||||
return sectionItems;
|
||||
}
|
||||
|
||||
|
||||
|
||||
public static List<String> GetSections(String strInput)
|
||||
{
|
||||
try
|
||||
|
||||
Reference in New Issue
Block a user