mirror of
https://github.com/injoyai/tdx.git
synced 2025-11-26 21:25:35 +08:00
增加历史分时的枚举
This commit is contained in:
@@ -10,6 +10,7 @@ const (
|
|||||||
TypeQuote = 0x053E //行情信息
|
TypeQuote = 0x053E //行情信息
|
||||||
TypeMinute = 0x051D //分时数据
|
TypeMinute = 0x051D //分时数据
|
||||||
TypeMinuteTrade = 0x0FC5 //分时交易
|
TypeMinuteTrade = 0x0FC5 //分时交易
|
||||||
|
TypeHistoryMinute = 0x0FB4 //历史分时数据
|
||||||
TypeHistoryMinuteTrade = 0x0FB5 //历史分时交易
|
TypeHistoryMinuteTrade = 0x0FB5 //历史分时交易
|
||||||
TypeKline = 0x052D //K线图
|
TypeKline = 0x052D //K线图
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user