2 Star 0 Fork 4

王布衣/exchange

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
builtin.go 375 Bytes
一键复制 编辑 原始数据 按行查看 历史
王布衣 提交于 2024-02-06 14:59 +08:00 . 从engine迁移成交数据相关时间常量
package exchange
// 历史成交数据 historical transaction data
const (
HistoricalTransactionDataFirstTime = "09:25" // 第一个时间
HistoricalTransactionDataStartTime = "09:30" // 开盘时间
HistoricalTransactionDataFinalBiddingTime = "14:57" // 尾盘集合竞价时间
HistoricalTransactionDataLastTime = "15:00" // 最后一个时间
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/quant1x/exchange.git
git@gitee.com:quant1x/exchange.git
quant1x
exchange
exchange
v0.8.11

搜索帮助