mirror of
https://github.com/injoyai/tdx.git
synced 2025-11-26 21:25:35 +08:00
增加注释
This commit is contained in:
@@ -16,7 +16,7 @@ type HistoryMinuteTrade struct {
|
|||||||
Time string //时间
|
Time string //时间
|
||||||
Price Price //价格
|
Price Price //价格
|
||||||
Volume int //成交量
|
Volume int //成交量
|
||||||
Status int //0是买,1是卖,2无效(汇总出现)
|
Status int //0是买,1是卖,2无效(汇总出现)中途也可能出现2,例20241115(sz000001)的14:56
|
||||||
}
|
}
|
||||||
|
|
||||||
func (this *HistoryMinuteTrade) String() string {
|
func (this *HistoryMinuteTrade) String() string {
|
||||||
|
|||||||
Reference in New Issue
Block a user