File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed
Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1+ # 6.5.1.11版本
2+ 1 . 增加对于委托函数返回值为非0(请求失败)状态的处理
3+ 2 . 完善变量和函数类型声明
4+
15# 6.5.1.10版本
261 . 修复sdist打包缺失lib文件的问题
37
Original file line number Diff line number Diff line change 55</p >
66
77<p align =" center " >
8- <img src ="https://img.shields.io/badge/version-6.5.1.10 -blueviolet.svg"/>
8+ <img src ="https://img.shields.io/badge/version-6.5.1.11 -blueviolet.svg"/>
99 <img src ="https://img.shields.io/badge/platform-windows|linux-yellow.svg"/>
1010 <img src ="https://img.shields.io/badge/python-3.7|3.8|3.9|3.10-blue.svg" />
1111 <img src ="https://img.shields.io/github/license/vnpy/vnpy.svg?color=orange"/>
Original file line number Diff line number Diff line change 11[metadata]
22name = vnpy_ctp
3- version = 6.5.1.10
3+ version = 6.5.1.11
44url = https://www.vnpy.com
55license = MIT
66author = Xiaoyou Chen
Original file line number Diff line number Diff line change 3737 THOST_FTDC_OST_PartTradedQueueing ,
3838 THOST_FTDC_OST_AllTraded ,
3939 THOST_FTDC_OST_Canceled ,
40+ THOST_FTDC_OST_Unknown ,
4041 THOST_FTDC_D_Buy ,
4142 THOST_FTDC_D_Sell ,
4243 THOST_FTDC_PD_Long ,
6970 THOST_FTDC_OST_NoTradeQueueing : Status .NOTTRADED ,
7071 THOST_FTDC_OST_PartTradedQueueing : Status .PARTTRADED ,
7172 THOST_FTDC_OST_AllTraded : Status .ALLTRADED ,
72- THOST_FTDC_OST_Canceled : Status .CANCELLED
73+ THOST_FTDC_OST_Canceled : Status .CANCELLED ,
74+ THOST_FTDC_OST_Unknown : Status .SUBMITTING
7375}
7476
7577# 多空方向映射
You can’t perform that action at this time.
0 commit comments