[Fix]修复close函数错误
This commit is contained in:
parent
8f83b6dcf2
commit
3e479e460c
@ -118,8 +118,8 @@ class BitmexGateway(VtGateway):
|
||||
#----------------------------------------------------------------------
|
||||
def close(self):
|
||||
"""关闭"""
|
||||
self.restApi.close()
|
||||
self.wsApi.close()
|
||||
self.restApi.stop()
|
||||
self.wsApi.stop()
|
||||
|
||||
#----------------------------------------------------------------------
|
||||
def initQuery(self):
|
||||
|
Loading…
Reference in New Issue
Block a user