[Fix]修复飞创期权合约查询问题,富途证券接口退出问题
This commit is contained in:
parent
7cee25bab9
commit
f59ed6b152
1
examples/VnTrader/data/TRADE_MARKET_110100001088sop.dat
Normal file
1
examples/VnTrader/data/TRADE_MARKET_110100001088sop.dat
Normal file
@ -0,0 +1 @@
|
||||
v0yuhbdjKS4ZfL61IX4zXw==
|
@ -1 +1 @@
|
||||
o/qNWiWU4xYqVMOeeIVgnQ==
|
||||
GiYAgGqqW99wdcqcciwrbQ==
|
@ -353,7 +353,9 @@ class FutuGateway(VtGateway):
|
||||
#----------------------------------------------------------------------
|
||||
def close(self):
|
||||
"""关闭"""
|
||||
if self.quoteCtx:
|
||||
self.quoteCtx.stop()
|
||||
if self.tradeCtx:
|
||||
self.tradeCtx.stop()
|
||||
|
||||
#----------------------------------------------------------------------
|
||||
|
@ -1066,7 +1066,7 @@ class SecTdApi(TdApi):
|
||||
log.logContent = u'期权交易服务器登录完成'
|
||||
self.gateway.onLog(log)
|
||||
|
||||
#self.qryOptionContracts()
|
||||
self.qryOptionContracts()
|
||||
|
||||
# 否则,推送错误信息
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user