Crypto_Market/Model/candle library

Classes

Candle
Candle model which holds a single candle data. It contains five required double variables that hold a single candle data: high, low, open, close and volume. It can be instantiated using its default constructor or fromJson named constructor.