CandleRow constructor

CandleRow(
  1. DateTime date,
  2. double open,
  3. double high,
  4. double low,
  5. double close,
)

Implementation

CandleRow(this.date, this.open, this.high, this.low, this.close);