Uses of Class
com.github.oscerd.finnhub.model.Candle
-
Packages that use Candle Package Description com.github.oscerd.finnhub.client -
-
Uses of Candle in com.github.oscerd.finnhub.client
Methods in com.github.oscerd.finnhub.client that return Candle Modifier and Type Method Description CandleFinnhubClient. getCandle(String symbol, String resolution, long startEpoch, long endEpoch)Get the Stock Candle object for a date or a range.
-