Interface IOhlcvItemAware
-
- All Known Implementing Classes:
OhlcvDataSet
public interface IOhlcvItemAwareProvides access to addons and extensions for OHLCV based datasets.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IOhlcvItemgetItem(int index)Provides OHLCV domain object with extensions
-
-
-
Method Detail
-
getItem
IOhlcvItem getItem(int index)
Provides OHLCV domain object with extensions- Parameters:
index- to the dataset/domain structure- Returns:
- the filled ohlcv item
-
-