Added missing quotation

This commit is contained in:
Ryan O'Hara-Reid
2016-03-14 06:48:09 +11:00
parent 7f9e61afae
commit 843aca0afd

View File

@@ -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"`