Skip to content

Commit ed4f000

Browse files
committed
Merge branch 'vip_dev' into vip
2 parents 841dc0e + 33a6c80 commit ed4f000

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
setup(
1414
name='tigeropen',
15-
version='1.3.2',
15+
version='1.3.3',
1616
description='TigerBrokers Open API',
1717
packages=find_packages(exclude=[]),
1818
author='TigerBrokers',

tigeropen/push/push_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
'latestTime': 'trade_time', 'contractId': 'contract_id', 'trailStopPrice': 'trail_stop_price',
4848
'trailingPercent': 'trailing_percent', 'percentOffset': 'percent_offset', 'action': 'action',
4949
'status': 'status', 'currency': 'currency', 'remaining': 'remaining', 'id': 'id',
50-
'segment': 'segment', 'identifier': 'identifier'}
50+
'segment': 'segment', 'identifier': 'identifier', 'replaceStatus': 'replace_status'}
5151

5252
if sys.platform == 'linux' or sys.platform == 'linux2':
5353
KEEPALIVE = True

0 commit comments

Comments
 (0)