Skip to main content

Deribit gateway for vn.py quant trading framework.

Project description

vn.py框架的DERIBIT底层接口

说明

基于DERIBIT交易所的接口开发,支持期货、永续、期权交易。

安装

下载解压后在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_deribit import DeribitGateway


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

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

    qapp.exec()


if __name__ == "__main__":
    main()

Project details


Download files

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

Source Distribution

vnpy_deribit-2.0.1.1.tar.gz (8.3 kB view details)

Uploaded Source

File details

Details for the file vnpy_deribit-2.0.1.1.tar.gz.

File metadata

  • Download URL: vnpy_deribit-2.0.1.1.tar.gz
  • Upload date:
  • Size: 8.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.7.1

File hashes

Hashes for vnpy_deribit-2.0.1.1.tar.gz
Algorithm Hash digest
SHA256 477ead8415dd19de4085ce207d1110c1ddfe64806a1456a25aaa0af7add72b79
MD5 afc4b2468eb94b83621cab1952a098ed
BLAKE2b-256 1cc5e41786038ae1a1cb6ee4c2cbff62d56d3af48c42ed56669247164b66fc54

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page