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()
Release files for vnpy-ksgold 1.0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| vnpy_ksgold-1.0.2.tar.gz | 2.1 MB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| vnpy_ksgold-1.0.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 4.2 MB
Release files / vnpy_ksgold-1.0.2.tar.gz
| Download URL | vnpy_ksgold-1.0.2.tar.gz |
|---|---|
| Size | 2.1 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
904ea65e5000118e3c49770e38a9907802025b384f8554417c116718d7162fad
|
|
BLAKE2b-256 checksum How to use checksums |
ccbb8bd4053857d50a745494634318ab238531547402cf2a6dd4f0bea4a8d6a7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|
Release files / vnpy_ksgold-1.0.2-py3-none-any.whl
| Download URL | vnpy_ksgold-1.0.2-py3-none-any.whl |
|---|---|
| Size | 2.1 MB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
656dd9449d6b99624c0be7a0a31ecb9747d98ec36401ea5f675f88a28c36c7a8
|
|
BLAKE2b-256 checksum How to use checksums |
c70b8579a4db50cbda400c50cda61342affe2eb185dc3588cf43a5eafed3c7a1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|