We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75a61a0 commit 7036428Copy full SHA for 7036428
CHANGELOG.md
@@ -1,3 +1,13 @@
1
+## 2.1.3 (2022-07-01)
2
+### New
3
+- 长连接新增逐笔订阅: `PushClient.subscribe_tick`, 退订 `PushClient.unsubscribe_tick`
4
+- 新增已订阅查询回调方法 `PushClient.query_subscribed_callback` 取代旧有的 `Pushclient.subscribed_symbols`
5
+- `QuoteClient.get_trade_ticks` 新增 `trade_session` 参数,可指定该参数查询盘前盘后数据
6
+
7
+### Modify
8
+- `Pushclient.subscribed_symbols` 标记为废弃
9
10
11
## 2.1.2 (2022-06-14)
12
### Modify
13
- 升级 stomp.py 版本, 将之前的 4.1.24 升级到 8.0.1
tigeropen/__init__.py
@@ -4,4 +4,4 @@
@author: gaoan
"""
-__VERSION__ = '2.1.2'
+__VERSION__ = '2.1.3'
0 commit comments