Skip to content

Commit 527b921

Browse files
committed
Merge branch 'future_quote_price_offset' into 'dev'
Future quote price offset -> dev See merge request !30
2 parents 5e3f7ed + 797a152 commit 527b921

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)