Interface StockDataset

All Superinterfaces:
BaseDataset, Serializable
All Known Implementing Classes:
StockForAllRecordsDataset, StockForEachRecordDataset, StockOneGroupDataset

public interface StockDataset extends BaseDataset
An interface that is implemented by data set that have open, close, high, and low fields. For more information see the implementors of this interface.
Since:
8.0
See Also: