1 Star 0 Fork 43

QinLikang/hf_go_ctp

forked from zhuzhenping/hf_goctp 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
quote.go 268 Bytes
一键复制 编辑 原始数据 按行查看 历史
海风 提交于 2020-11-08 00:04 +08:00 . 更新:module命名规范
package goctp
type BaseQuote interface {
ReqConnect(addr string)
ReqLogin(investor, pwd, broker string)
Release()
ReqSubscript(instrument string)
RegOnFrontConnected(on OnFrontConnectedType)
RegOnRspUserLogin(on OnRspUserLoginType)
RegOnTick(on OnTickType)
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/qinlk/hf_go_ctp.git
[email protected]:qinlk/hf_go_ctp.git
qinlk
hf_go_ctp
hf_go_ctp
master

搜索帮助