This commit is contained in:
G_will 2018-11-21 16:24:02 +08:00
parent 31784f32b6
commit b4afae871d

View File

@ -379,7 +379,7 @@ class CtpMdApi(MdApi):
if tick.exchange == EXCHANGE_DCE:
tick.date = datetime.now().strftime('%Y%m%d')
# 上交所SEE股票期权相关
# 上交所SSE股票期权相关
if tick.exchange == EXCHANGE_SSE:
tick.bidPrice2 = data['BidPrice2']
tick.bidVolume2 = data['BidVolume2']