2 Star 15 Fork 17

王布衣/engine

Create your Gitee Account
Explore and code with more than 14 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
miniqmt.go 233 Bytes
Copy Edit Raw Blame History
package config
import "fmt"
// QmtStrategyNameFromId 通过策略ID返回用于在QMT系统中表示的string类型的策略名称
func QmtStrategyNameFromId(strategyCode uint64) string {
return fmt.Sprintf("S%d", strategyCode)
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/quant1x/engine.git
git@gitee.com:quant1x/engine.git
quant1x
engine
engine
v1.12.1

Search