vnpy/binding
2019-01-23 03:41:03 -04:00
..
cmake [Fix] 修正Clang的编译参数 2019-01-21 05:59:57 -04:00
generator [Add] added generator code 2019-01-23 03:41:03 -04:00
source [Add] Added bindings: ctp 2019-01-21 05:48:38 -04:00
tests [Add] Added bindings: ctp 2019-01-21 05:48:38 -04:00
third_party/include/pybind11 [Add] Added bindings: ctp 2019-01-21 05:48:38 -04:00
Build.Linux.md [Add] Added bindings: ctp 2019-01-21 05:48:38 -04:00
Build.md [Add] Added bindings: ctp 2019-01-21 05:48:38 -04:00
Build.Windows.md [Add] Added bindings: ctp 2019-01-21 05:48:38 -04:00
CMakeLists.txt [Add] Added bindings: ctp 2019-01-21 05:48:38 -04:00
Readme.md [Add] Added bindings: ctp 2019-01-21 05:48:38 -04:00
TODO.txt [Add] Added bindings: ctp 2019-01-21 05:48:38 -04:00

vnpy.bindings

这个文件夹包含了vnpy中所有对c++层的封装

所有的封装都是使用脚本生成的使用的脚本为autocxxpy

若要看如何构建请看Build.md


目录结构

  • cmake/ cmake相关文件
  • source/ 所有源码都在这里
  • tests/ 测试相关文件
  • third_party/ 第三方库的文件,包括头文件,源码或者库文件