CTP gateway for vn.py quant trading framework.
Project description
VeighNa框架的CTP底层接口
说明
基于CTP期货版的6.6.9接口封装开发,接口中自带的是【穿透式实盘环境】的dll文件。
安装
安装环境推荐基于3.9.0版本以上的【VeighNa Studio】。
直接使用pip命令:
pip install vnpy_ctp
或者下载源代码后,解压后在cmd中运行:
pip install .
使用源代码安装时需要进行C++编译,因此在执行上述命令之前请确保已经安装了【Visual Studio(Windows)】、【GCC(Linux)】、【XCode(Mac)】编译器。
使用
以脚本方式启动(script/run.py):
from vnpy.event import EventEngine
from vnpy.trader.engine import MainEngine
from vnpy.trader.ui import MainWindow, create_qapp
from vnpy_ctp import CtpGateway
def main():
"""主入口函数"""
qapp = create_qapp()
event_engine = EventEngine()
main_engine = MainEngine(event_engine)
main_engine.add_gateway(CtpGateway)
main_window = MainWindow(main_engine, event_engine)
main_window.showMaximized()
qapp.exec()
if __name__ == "__main__":
main()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file vnpy_ctp-6.6.9.1.tar.gz.
File metadata
- Download URL: vnpy_ctp-6.6.9.1.tar.gz
- Upload date:
- Size: 13.3 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5661e0a8177beadc2e975d9e0656210cf39266bfb6c574612e18c5d3dfe1380d
|
|
| MD5 |
95377f5d0b32da70b6f5fe5fe16f9a85
|
|
| BLAKE2b-256 |
78e41e16db3807e71fec37ed65c6866828646b01fe2f54c8fa98943b3234a433
|
File details
Details for the file vnpy_ctp-6.6.9.1-cp310-cp310-win_amd64.whl.
File metadata
- Download URL: vnpy_ctp-6.6.9.1-cp310-cp310-win_amd64.whl
- Upload date:
- Size: 13.5 MB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5c752687ea47b011724de3b34445c67062e25fe8611aaf750daf57b213632b4a
|
|
| MD5 |
b9d5215573afd3c94afa2e40257e2083
|
|
| BLAKE2b-256 |
a793370be7dde06d10ff003435c8f55a84ba27de3cd965ed9d2159931060ce76
|