Skip to content

Commit

Permalink
[Mod] 优化文档,升级版本号为2021.12.5
Browse files Browse the repository at this point in the history
  • Loading branch information
vnpy committed Dec 5, 2021
1 parent 280eea7 commit 9d722a2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 10 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*.py[co]
*$py.class

# C extensions
Expand Down Expand Up @@ -127,3 +127,4 @@ dmypy.json

# Pyre type checker
.pyre/
.vscode/settings.json
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2021 vn.py
Copyright (c) 2015-present, Xiaoyou Chen

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,16 @@
</p>

<p align="center">
<img src ="https://img.shields.io/badge/version-2021.10.23-blueviolet.svg"/>
<img src ="https://img.shields.io/badge/platform-windows|linux|macos-yellow.svg"/>
<img src ="https://img.shields.io/badge/version-2021.12.5-blueviolet.svg"/>
<img src ="https://img.shields.io/badge/platform-windows|-yellow.svg"/>
<img src ="https://img.shields.io/badge/python-3.7-blue.svg" />
<img src ="https://img.shields.io/github/license/vnpy/vnpy.svg?color=orange"/>
</p>

## 说明

基于华鑫奇点的Python API开发,支持账户下的股票和期权交易。其中股票API的版本为:

- level1行情:API_Python3.7_行情_v1.0.0_20210924;
- level2行情:API_Python3.7_v4.0.0_20210426;
- 交易:API_Python3.7_交易_v4.0.2_20211103。
Expand Down Expand Up @@ -46,10 +47,7 @@ from vnpy.event import EventEngine
from vnpy.trader.engine import MainEngine
from vnpy.trader.ui import MainWindow, create_qapp
from vnpy_tora import (
ToraOptionGateway,
ToraStockGateway
)
from vnpy_tora import ToraOptionGateway, ToraStockGateway
def main():
Expand Down
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = vnpy_tora
version = 1.0.0
version = 2021.12.5
url = https://www.vnpy.com
license = MIT
author = Xiaoyou Chen
Expand All @@ -17,7 +17,6 @@ keywords =
classifiers =
Development Status :: 5 - Production/Stable
Operating System :: Microsoft :: Windows
Operating System :: POSIX :: Linux
Programming Language :: Python :: 3
Programming Language :: Python :: 3.7
Topic :: Office/Business :: Financial :: Investment
Expand Down

0 comments on commit 9d722a2

Please sign in to comment.