mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
load recent klines
This commit is contained in:
parent
7b099b2ede
commit
ed00243734
|
@ -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"`
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user