2 Star 11 Fork 13

王布衣/engine

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
cache_trans_test.go 280 Bytes
Copy Edit Raw Blame History
王布衣 authored 2023-10-11 12:55 +08:00 . 基础数据增加历史成交数据
package datasets
import (
"fmt"
"gitee.com/quant1x/engine/datasets/base"
"testing"
)
func TestTransaction(t *testing.T) {
code := "sz000421"
code = "sh000001"
date := "2023-08-16"
list := base.Transaction(code, date)
v := CountInflow(list, code, date)
fmt.Println(v)
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/quant1x/engine.git
git@gitee.com:quant1x/engine.git
quant1x
engine
engine
v0.6.5

Search