Uses of Record Class
com.arbergashi.charts.model.OHLCBar
Packages that use OHLCBar
Package
Description
Public API of the ArberCharts framework.
Data model layer of the ArberCharts framework.
-
Uses of OHLCBar in com.arbergashi.charts.api
Methods in com.arbergashi.charts.api with parameters of type OHLCBarModifier and TypeMethodDescriptionAdd OHLC bar from domain object.Add OHLC bar from domain object. -
Uses of OHLCBar in com.arbergashi.charts.model
Methods in com.arbergashi.charts.model that return OHLCBarModifier and TypeMethodDescriptionstatic OHLCBarOHLCBar.of(double time, double open, double high, double low, double close) Factory method for creating OHLC bars.Methods in com.arbergashi.charts.model with parameters of type OHLCBar