Fix the Yahoo Fundamental feed.
Some checks failed
Build .NET Project / build (push) Has been cancelled
Some checks failed
Build .NET Project / build (push) Has been cancelled
This commit is contained in:
@@ -292,7 +292,7 @@ public class MarketDataUnitTestClass
|
||||
{
|
||||
String symbol = "AAPL";
|
||||
Fundamental fundamental = MarketDataHelper.GetFundamental(symbol);
|
||||
Assert.IsTrue(null != fundamental);
|
||||
Assert.IsTrue(null != fundamental,"GetFundamental Failed.");
|
||||
// Assert.IsTrue(!Utility.IsEpoch(fundamental.NextEarningsDate),"NextEarningsDate");
|
||||
// Assert.IsTrue(!double.IsNaN(fundamental.Beta),"Beta");
|
||||
Assert.IsTrue(!double.IsNaN(fundamental.Low52), "Low52");
|
||||
|
||||
Reference in New Issue
Block a user