增加注释

This commit is contained in:
钱纯净
2024-12-03 20:43:50 +08:00
parent 784c349ee4
commit 97b1b1a0e5

View File

@@ -22,9 +22,9 @@ type Quote struct {
K K //k线
ServerTime string // 时间
ReversedBytes0 int // 保留(时间 ServerTime)
ReversedBytes1 int // 保留
ReversedBytes1 int // 保留 这个等于 负的收盘价格?
TotalHand int // 总手(东财的盘口-总手)
Intuition int // 现量(东财的盘口-现量)
Intuition int // 现量(东财的盘口-现量)现在成交量
Amount float64 // 金额(东财的盘口-金额)
InsideDish int // 内盘(东财的盘口-外盘)(和东财对不上)
OuterDisc int // 外盘(东财的盘口-外盘)(和东财对不上)