增加了获取股票数量的接口

This commit is contained in:
injoyai
2024-10-28 17:03:33 +08:00
parent fc478d7d85
commit 791bd4bfac
8 changed files with 75 additions and 6 deletions

View File

@@ -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())
}