Package com.longbridge.fundamental
Class ForecastEps
- java.lang.Object
-
- com.longbridge.fundamental.ForecastEps
-
public class ForecastEps extends Object
EPS forecast snapshots for a security.
-
-
Field Summary
Fields Modifier and Type Field Description ForecastEpsItem[]itemsEPS forecast snapshots ordered byforecastStartDateascending.
-
Constructor Summary
Constructors Constructor Description ForecastEps()
-
-
-
Field Detail
-
items
public ForecastEpsItem[] items
EPS forecast snapshots ordered byforecastStartDateascending.
-
-