Skip to content

Commit 2fb69d4

Browse files
committed
modified: tigeropen/quote/response/future_contract_response.py
1 parent 227cda6 commit 2fb69d4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tigeropen/quote/response/future_contract_response.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@
1111
from tigeropen.common.response import TigerResponse
1212

1313
COLUMNS = ['contract_code', 'symbol', 'type', 'name', 'contract_month', 'multiplier', 'exchange', 'currency',
14-
'first_notice_date', 'last_bidding_close_time', 'last_trading_date', 'trade', 'continuous']
14+
'first_notice_date', 'last_bidding_close_time', 'last_trading_date', 'trade', 'continuous', 'min_tick']
1515
CONTRACT_FIELD_MAPPINGS = {'contractCode': 'contract_code', 'exchangeCode': 'exchange', 'ibCode': 'symbol',
1616
'contractMonth': 'contract_month', 'firstNoticeDate': 'first_notice_date',
17-
'lastBiddingCloseTime': 'last_bidding_close_time', 'lastTradingDate': 'last_trading_date'}
17+
'lastBiddingCloseTime': 'last_bidding_close_time', 'lastTradingDate': 'last_trading_date',
18+
'minTick': 'min_tick'}
1819

1920

2021
class FutureContractResponse(TigerResponse):

0 commit comments

Comments
 (0)