mirror of
https://github.com/injoyai/tdx.git
synced 2025-11-26 21:25:35 +08:00
优化指数数据的获取方式,从K线中拆出,方便解析
This commit is contained in:
@@ -60,3 +60,8 @@ const (
|
|||||||
TypeKlineQuarter uint8 = 10 // 季K 线
|
TypeKlineQuarter uint8 = 10 // 季K 线
|
||||||
TypeKlineYear uint8 = 11 // 年K 线
|
TypeKlineYear uint8 = 11 // 年K 线
|
||||||
)
|
)
|
||||||
|
|
||||||
|
const (
|
||||||
|
KindIndex = "index"
|
||||||
|
KindStock = "stock"
|
||||||
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user