Candle constructor

Candle(
  1. String figi,
  2. CandleResolution interval,
  3. double o,
  4. double c,
  5. double h,
  6. double l,
  7. int v,
  8. DateTime time,
)

Implementation

Candle(this.figi, this.interval, this.o, this.c, this.h, this.l, this.v,
    this.time);