backend-ctp icon indicating copy to clipboard operation
backend-ctp copied to clipboard

CTP接口封装,使用redis做消息中转

Results 5 backend-ctp issues
Sort by recently updated
recently updated
newest added

cpt数据,访问服务器需要账号密钥吧? 怎么获取呢

The code is well written that it is usable just after a few minor tweaks. Hope you can come back to the project. If it is still alive, I'd happy...

hi,编译linux平台的时候发现编出来的backend-ctp会crash。查了原因,发现backend-ctp include的redis++头文件是api/sw下面的,但lib却是用的我们自己编出来的,导致头文件和lib不一致,造成crash。删掉CMakeLists.txt中redis++相关的include能解决问题。

我目前在 MacOS 上构建这个项目时遇到了一些问题,涉及到 LinuxDataCollect、MDAPI 和 TRADERAPI 这几个库。在 CMake 配置文件中,这些库似乎是为 Linux 和 Windows 环境配置的,但在 MacOS 上似乎没有相应的版本。 在 CMakeLists.txt 中,我注意到: 在 Windows 上,项目使用 find_library(WINDATACOLLECT WinDataCollect HINT "api/win") 来查找 WinDataCollect。 在 Linux 上,使用...