mirror of
https://github.com/injoyai/tdx.git
synced 2025-11-26 21:25:35 +08:00
增加了获取股票数量的接口
This commit is contained in:
@@ -51,3 +51,9 @@ func Test_securityList_Frame(t *testing.T) {
|
||||
f := MStockList.Frame(ExchangeSH, 0)
|
||||
t.Log(f.Bytes().HEX())
|
||||
}
|
||||
|
||||
func Test_stockCount_Frame(t *testing.T) {
|
||||
//预期0c0200000001080008004e04000075c73301
|
||||
// 0c0000000001070007004e040075c73301
|
||||
t.Log(MStockCount.Frame(ExchangeSH).Bytes().HEX())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user