Skip to content
/ goctp Public

上海期货交易所 ctp 接口 Golang版 (for linux64) 支持 testctp 回测

License

Notifications You must be signed in to change notification settings

mayiweb/goctp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

goctp

上海期货交易所 ctp 接口 Golang版 (for linux64)

环境

install go
install swig

构建

go get -u github.com/mayiweb/goctp
make install

依赖

ctp 默认使用的 gbk 编码,需要用到开源库进行转换
go get -u github.com/axgle/mahonia

编译

make build
编译成功后会在当前目录生成 ctp 可执行文件。
./ctp [运行模式|默认testing]

部署发布

可将 demo 目录下的全部文件复制出来组成一个新项目
生成 ctp 文件后,使用 ldd ctp 命令查看依赖关系,并将如下文件放在同一文件夹(注意需要有执行权限):
    ctp
    libgoctp.so
    libruntime,sync-atomic.so
    libthostmduserapi_se.so
    libthosttraderapi_se.so

将部署目录路径写入 /etc/ld.so.conf 文件最后一行,并执行 /sbin/ldconfig 命令

About

上海期货交易所 ctp 接口 Golang版 (for linux64) 支持 testctp 回测

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages