diff --git a/anxhttp.go b/anxhttp.go index 397ee11c..b5d46f4f 100644 --- a/anxhttp.go +++ b/anxhttp.go @@ -83,7 +83,7 @@ type ANXTicker struct { Vwap ANXTickerComponent `json:"vwap"` Vol ANXTickerComponent `json:"vol"` Last ANXTickerComponent `json:"last"` - Buy ANXTickerComponent `json:buy"` + Buy ANXTickerComponent `json:"buy"` Sell ANXTickerComponent `json:"sell"` Now float64 `json:"now"` UpdateTime float64 `json:"dataUpdateTime"`