2 Star 14 Fork 16

王布衣/engine

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
cache_config_order.go 366 Bytes
一键复制 编辑 原始数据 按行查看 历史
王布衣 提交于 2023-10-31 08:44 +08:00 . 调整规则和订单配置加载方式
package cache
// OrderParameter 订单参数
type OrderParameter struct {
AccountId string `yaml:"account_id"` // 账号ID
OrderPath string `yaml:"order_path"` // 订单路径
TopN int `yaml:"top_n" default:"3"` // 最多输出前多少名个股
HaveETF bool `yaml:"have_etf" default:"false"` // 是否包含ETF
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/quant1x/engine.git
git@gitee.com:quant1x/engine.git
quant1x
engine
engine
v0.6.7

搜索帮助