vnpy/vn.ksotp/README.md
WOLF 47d8f1d0d3 增加金仕达期权接口的封装vn.ksotp,并已加入vn.trader。
同时对vn.trader的CTA模块进行了一些修改。
2015-12-09 11:19:45 +08:00

10 lines
439 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# vn.ksotp 金仕达期权API的封装接口
本套接口同时支持:
1. 现货期权ETF、个股
2. 股指期权
3. 商品期权
使用前必须把ksotpapi下的KSInterB2C.lkc接口授权文件放到python.exe所在的文件夹下。
例如把Anaconda安装在了D:\Anaconda下的话就需要把KSInterB2C.lkc复制粘贴到D:\Anaconda文件夹否则运行时Python虚拟机会捕获未知C++错误的异常。