|
|
@@ -22,7 +22,7 @@ type HistoryData struct {
|
|
|
Highest float64 `json:"h"` // 最高价
|
|
|
Lowest float64 `json:"l"` // 最低价
|
|
|
Closed float64 `json:"c"` // 收盘价
|
|
|
- TotleVolume int `json:"tv"` // 总量
|
|
|
+ TotleVolume int `json:"tv"` // 总量(成交量)
|
|
|
TotleTurnover float64 `json:"tt"` // 总金额
|
|
|
HoldVolume int `json:"hv"` // 持仓量
|
|
|
Settle float64 `json:"s"` // 结算价,日线周期(包括)以上才有
|