CTP gateway for vn.py quant trading framework.
Project description
VeighNa框架的CTP底层接口
说明
基于CTP期货版的6.6.7接口封装开发,接口中自带的是【穿透式实盘环境】的dll文件。
安装
安装环境推荐基于3.5.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
vnpy_ctp-6.6.7.1.tar.gz
(6.5 MB
view details)
Built Distributions
File details
Details for the file vnpy_ctp-6.6.7.1.tar.gz
.
File metadata
- Download URL: vnpy_ctp-6.6.7.1.tar.gz
- Upload date:
- Size: 6.5 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4645f2cb71c821f0c5dc6ea7d68462459290d334afbbb53b3563c96a89f80aa8 |
|
MD5 | 1c61834378634dd1cecf516b949b2248 |
|
BLAKE2b-256 | 66185d381637d5512780ee44067ee23daaf67d6b768b957cf1e0dd6c08014957 |
File details
Details for the file vnpy_ctp-6.6.7.1-cp310-cp310-win_amd64.whl
.
File metadata
- Download URL: vnpy_ctp-6.6.7.1-cp310-cp310-win_amd64.whl
- Upload date:
- Size: 7.4 MB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5d099f91bb258c7617154db662de1c6b6252e871e916db99d069b0bb2212ed3c |
|
MD5 | 89521feb83690f238722ad281cd06d04 |
|
BLAKE2b-256 | 2947df0486fee121e74c46ae9dfd6a66c6ba25640af345b48e6738d80fd27345 |
File details
Details for the file vnpy_ctp-6.6.7.1-cp310-cp310-macosx_10_12_universal2.whl
.
File metadata
- Download URL: vnpy_ctp-6.6.7.1-cp310-cp310-macosx_10_12_universal2.whl
- Upload date:
- Size: 13.0 MB
- Tags: CPython 3.10, macOS 10.12+ universal2 (ARM64, x86-64)
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7b792d98aa68cbc910404082f24e4c1b251d1715cbc060ea9eee0102f03c4634 |
|
MD5 | 319469773264d97b35c6dba04ea98fa4 |
|
BLAKE2b-256 | fc2634bb36200831e7b0d500c2247bf6dfd9b24029382bbdb025b48e2e451aaf |