Skip to main content

VeighNa框架的南华期货NHTD交易接口

说明

基于南华期货的期货接口和股票接口封装开发。

安装

安装环境推荐基于3.0.0版本以上的【VeighNa Studio】。

直接使用pip命令:

pip install vnpy_nhtd

或者下载源代码后,解压后在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_nhtd import NhFuturesGateway
from vnpy_nhtd import NhStockGateway


def main():
    """主入口函数"""
    qapp = create_qapp()

    event_engine = EventEngine()
    main_engine = MainEngine(event_engine)
    main_engine.add_gateway(NhFuturesGateway)
    main_engine.add_gateway(NhStockGateway)

    main_window = MainWindow(main_engine, event_engine)
    main_window.showMaximized()

    qapp.exec()


if __name__ == "__main__":
    main()

Release files for vnpy-nhtd 1.0.1

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for vnpy-nhtd 1.0.1
File Size Uploaded
vnpy_nhtd-1.0.1.tar.gz 5.4 MB Details

Release files / vnpy_nhtd-1.0.1.tar.gz

Download URL vnpy_nhtd-1.0.1.tar.gz
Size 5.4 MB
Tags Source
SHA-256 checksum
How to use checksums
a66b879d7a06ff9dbee39706d6525c130c5ffbff8829b6be817d19d8a79929b2
BLAKE2b-256 checksum
How to use checksums
d6efe421a932d1a64175471f01fe0f4ae8ba1e3682c9425fe238cbaf8e96abb9
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 history Release notifications | RSS feed

This release

1.0.1 This release

1 release file

1.0.0

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page