vnpy/binding
nanoric 4c16a6fd5f [Mod] rename hint.py into hint.py.in
python的template容易让linter报错,设置来设置去太麻烦,就改名吧.
2019-01-24 09:06:30 -04:00
..
cmake [Fix] 修正Clang的编译参数 2019-01-21 05:59:57 -04:00
doc [Mod] rename Readme.md into README.md 2019-01-22 03:49:43 -04:00
generator [Mod] rename hint.py into hint.py.in 2019-01-24 09:06:30 -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
CMakeLists.txt [Add] Added bindings: ctp 2019-01-21 05:48:38 -04:00
README.md [Mod] rename Readme.md into README.md 2019-01-22 03:49:43 -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/ 第三方库的文件,包括头文件,源码或者库文件