load recent klines

This commit is contained in:
c9s 2020-06-18 08:08:47 +08:00
parent 7b099b2ede
commit ed00243734

View File

@ -28,7 +28,7 @@ type KLine struct {
QuoteVolume string `json:"Q"` // taker buy quote asset volume (like 1000USDT)
LastTradeID int `json:"L"`
NumberOfTrades int `json:"n"`
NumberOfTrades int64 `json:"n"`
Closed bool `json:"x"`
}