add lastUpdate to candle and max
This commit is contained in:
parent
06a3db9d19
commit
9e9ff51894
@ -26,6 +26,7 @@ type Candle struct {
|
||||
Data []interface{}
|
||||
From string
|
||||
Timestamp time.Time
|
||||
LastUpdate time.Time `json:"lastUpdate"`
|
||||
Open float64
|
||||
High float64
|
||||
Low float64
|
||||
|
Loading…
x
Reference in New Issue
Block a user