KLineEntity.fromCustom constructor
KLineEntity.fromCustom({})
Implementation
KLineEntity.fromCustom({
this.amount,
required this.open,
required this.close,
this.change,
this.ratio,
required this.time,
required this.high,
required this.low,
required this.vol,
});