准备增加获取指数函数

This commit is contained in:
钱纯净
2025-02-17 00:27:29 +08:00
parent e5bbb38aee
commit 8e7135eabb
5 changed files with 122 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ const (
TypeMinuteTrade = 0x0FC5 //分时交易
TypeHistoryMinuteTrade = 0x0FB5 //历史分时交易
TypeKline = 0x052D //K线图
TypeIndex = 0x052D //指数K线
)
/*