KSGOLD gateway for VeighNa quant trading framework.
Project description
VeighNa框架的金仕达黄金TD交易接口
说明
基于金仕达黄金TD现货交易封装开发的linux接口(暂不支持windows)。
安装
安装环境推荐基于3.3.0版本以上的【VeighNa Studio】。
直接使用pip命令:
pip install vnpy_ksgold
或者下载源代码后,解压后在cmd中运行:
pip install .
使用
以脚本方式启动(script/run.py):
from vnpy.event import EventEngine
from vnpy.trader.engine import MainEngine
from vnpy.trader.ui import MainWindow, create_qapp
from vnpy_ksgold import KsgoldGateway
def main():
"""主入口函数"""
qapp = create_qapp()
event_engine = EventEngine()
main_engine = MainEngine(event_engine)
main_engine.add_gateway(KsgoldGateway)
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_ksgold-1.0.2.tar.gz
(2.1 MB
view details)
Built Distribution
File details
Details for the file vnpy_ksgold-1.0.2.tar.gz
.
File metadata
- Download URL: vnpy_ksgold-1.0.2.tar.gz
- Upload date:
- Size: 2.1 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 904ea65e5000118e3c49770e38a9907802025b384f8554417c116718d7162fad |
|
MD5 | 401c4b45ef497ce7a8a603b688486ffa |
|
BLAKE2b-256 | ccbb8bd4053857d50a745494634318ab238531547402cf2a6dd4f0bea4a8d6a7 |
File details
Details for the file vnpy_ksgold-1.0.2-py3-none-any.whl
.
File metadata
- Download URL: vnpy_ksgold-1.0.2-py3-none-any.whl
- Upload date:
- Size: 2.1 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 656dd9449d6b99624c0be7a0a31ecb9747d98ec36401ea5f675f88a28c36c7a8 |
|
MD5 | c464e363836df88b992813f35823c3ef |
|
BLAKE2b-256 | c70b8579a4db50cbda400c50cda61342affe2eb185dc3588cf43a5eafed3c7a1 |