Skip to main content

vn.py框架的OKEX底层接口

说明

基于OKEX交易所的V5接口开发,支持统一账户下的现货、期货、永续、期权交易。

使用时需要注意本接口:

  1. 只支持单币种保证金模式
  2. 只支持全仓保证金模式
  3. 只支持单向持仓模式

请在OKEX网站完成账户的相应设置后再使用。

安装

安装需要基于2.2.0版本以上的VN Studio

直接使用pip命令:

pip install vnpy_okex

下载解压后在cmd中运行

python setup.py 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_okex import OkexGateway


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

    event_engine = EventEngine()
    main_engine = MainEngine(event_engine)
    main_engine.add_gateway(OkexGateway)
    
    main_window = MainWindow(main_engine, event_engine)
    main_window.showMaximized()

    qapp.exec()


if __name__ == "__main__":
    main()

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

vnpy_okex-2021.4.21.5.tar.gz (11.5 kB view details)

Uploaded Source

File details

Details for the file vnpy_okex-2021.4.21.5.tar.gz.

File metadata

  • Download URL: vnpy_okex-2021.4.21.5.tar.gz
  • Upload date:
  • Size: 11.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.7.1

File hashes

Hashes for vnpy_okex-2021.4.21.5.tar.gz
Algorithm Hash digest
SHA256 b53a5caf9259215cce4477bb35cc5c53a649162dd2016fdec76d4ff181a1e4cc
MD5 c6f46f5b768775cd47715063d48af36f
BLAKE2b-256 c849b7386bac80eecad1321076bf4bc880b8301c1f82b219a13431084e526d68

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

2021.4.21.5 This release

1 file

2021.4.21.4

1 file

2021.4.21.3

1 file

2021.4.21.2

1 file

2021.4.21.1

1 file

2021.4.21

1 file

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page