Package org.knowm.xchange.dto.marketdata
Class CandleStickData
java.lang.Object
org.knowm.xchange.dto.marketdata.CandleStickData
- All Implemented Interfaces:
Serializable
public class CandleStickData extends Object implements Serializable
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description CandleStickData(Instrument instrument, List<CandleStick> candleSticks)
-
Method Summary
Modifier and Type Method Description List<CandleStick>
getCandleSticks()
Instrument
getInstrument()
-
Constructor Details
-
CandleStickData
-
-
Method Details
-
getInstrument
-
getCandleSticks
-