FundamentalDataEventArgs
<< Click to Display Table of Contents >> FundamentalDataEventArgs |
![]() ![]() ![]() |
Represents a change in fundamental data and is passed as a parameter in the OnFundamentalData() method.
DateTimeValue |
A DateTime value representing the time |
DoubleValue |
A double value representing fundamental data |
FundamentalDataType |
Possible values:
AverageDailyVolume Beta CalendarYearHigh CalendarYearHighDate CalendarYearLow CalendarYearLowDate CurrentRatio DividendAmount DividendPayDate DividendYield EarningsPerShare FiveYearsGrowthPercentage High52Weeks High52WeeksDate HistoricalVolatility Low52Weeks Low52WeeksDate MarketCap NextYearsEarningsPerShare PercentHeldByInstitutions PriceEarningsRatio RevenuePerShare SharesOutstanding ShortInterest ShortInterestRatio VWAP |
IsReset |
A bool value representing if an UI reset is needed after a manual disconnect. |
LongValue |
A long value representing fundamental data |
ToString() |
A string representation of the FundamentalDataEventArgs object |
protected override void OnFundamentalData(FundamentalDataEventArgs fundamentalDataUpdate) |
Tips
1.Not all connectivity providers support all FundamentalDataTypes.
2.EarningsPerShare on eSignal is a trailing twelve months value. On IQFeed it is the last quarter's value.
3.RevenuePerShare is a trailing twelve months value.