mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-13 15:09:42 +00:00
Updated Huobi ticker struct.
This commit is contained in:
14
huobihttp.go
14
huobihttp.go
@@ -22,16 +22,16 @@ type HUOBI struct {
|
||||
}
|
||||
|
||||
type HuobiTicker struct {
|
||||
High float64 `json:",string"`
|
||||
Low float64 `json:",string"`
|
||||
Last float64 `json:",string"`
|
||||
Vol float64
|
||||
Buy float64 `json:",string"`
|
||||
Sell float64 `json:",string"`
|
||||
High float64
|
||||
Low float64
|
||||
Last float64
|
||||
Vol float64
|
||||
Buy float64
|
||||
Sell float64
|
||||
}
|
||||
|
||||
type HuobiTickerResponse struct {
|
||||
Time int64
|
||||
Time string
|
||||
Ticker HuobiTicker
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user