AceEntity constructor
AceEntity({})
Implementation
AceEntity({
this.index = 0,
this.open = 0,
this.high = 0,
this.low = 0,
this.close = 0,
this.volume = 0,
this.time = 0,
this.amount = 0,
this.flow = 0,
});