Uses of Class
org.knowm.xchange.dto.marketdata.CandleStick
Package | Description |
---|---|
org.knowm.xchange.dto.marketdata |
-
Uses of CandleStick in org.knowm.xchange.dto.marketdata
Methods in org.knowm.xchange.dto.marketdata that return CandleStick Modifier and Type Method Description CandleStick
CandleStick.Builder. build()
Methods in org.knowm.xchange.dto.marketdata that return types with arguments of type CandleStick Modifier and Type Method Description List<CandleStick>
CandleStickData. getCandleSticks()
Methods in org.knowm.xchange.dto.marketdata with parameters of type CandleStick Modifier and Type Method Description static CandleStick.Builder
CandleStick.Builder. from(CandleStick candleStick)
Constructor parameters in org.knowm.xchange.dto.marketdata with type arguments of type CandleStick Constructor Description CandleStickData(Instrument instrument, List<CandleStick> candleSticks)