Skip to content

Commit 797a152

Browse files
author
Kai Su
committed
modified: tigeropen/push/push_client.py
1 parent cf543a4 commit 797a152

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tigeropen/push/push_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
'initMarginReq': 'initial_margin_requirement',
3030
'maintMarginReq': 'maintenance_margin_requirement',
3131
'availableFunds': 'available_funds', 'excessLiquidity': 'excess_liquidity',
32-
'dayTradesRemaining': 'day_trades_remaining', 'currency': 'currency'}
32+
'dayTradesRemaining': 'day_trades_remaining', 'currency': 'currency', 'segment': 'segment'}
3333

3434
POSITION_KEYS_MAPPINGS = {'averageCost': 'average_cost', 'position': 'quantity', 'latestPrice': 'market_price',
3535
'marketValue': 'market_value', 'orderType': 'order_type', 'realizedPnl': 'realized_pnl',

0 commit comments

Comments
 (0)