Merge pull request #4 from shazbert/master

Added missing quotation
This commit is contained in:
thrasher
2016-03-14 14:30:42 +11:00

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