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.2.tar.gz
(12.3 MB
view details)
Built Distributions
File details
Details for the file vnpy_ctp-6.6.7.2.tar.gz
.
File metadata
- Download URL: vnpy_ctp-6.6.7.2.tar.gz
- Upload date:
- Size: 12.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 | 317d8c75f0f167a7a653cf5619980135902b63d215724a655aa5a7b4dad0249b |
|
MD5 | 905349bfe9f903b14096e7a21a436bf5 |
|
BLAKE2b-256 | 91bf4ad355e1c0dad86e9c03fcf066ac3dab957d10a899c071b775abde95ca41 |
File details
Details for the file vnpy_ctp-6.6.7.2-cp310-cp310-win_amd64.whl
.
File metadata
- Download URL: vnpy_ctp-6.6.7.2-cp310-cp310-win_amd64.whl
- Upload date:
- Size: 13.3 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 | 582ad41cdc8f44615aa61d06c061050fb657459adbbaa75ff632d58a3d97ce38 |
|
MD5 | 2544d362a24ae7516efb8f6eda5ac18c |
|
BLAKE2b-256 | e201473d8bd4147377a3f7e13cf1a141a7eb2b2eb67854f0857f3dc890ba8573 |
File details
Details for the file vnpy_ctp-6.6.7.2-cp310-cp310-macosx_10_12_universal2.whl
.
File metadata
- Download URL: vnpy_ctp-6.6.7.2-cp310-cp310-macosx_10_12_universal2.whl
- Upload date:
- Size: 18.9 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 | 51900d4156bcdded9a196074773cbc92f194017e2be93ec245eebfbe7f632a14 |
|
MD5 | 6b42c50af844ab7964b73931c5a8468f |
|
BLAKE2b-256 | 3a3b8c48f21a83ede35cd0195dbdc0842dd0c91d96ed965108fe260fe6ec53d0 |