[Mod] change default value of brokerid
This commit is contained in:
parent
fcaec7d838
commit
3b1b8d9ffa
@ -233,7 +233,7 @@ class CtpMdApi(MdApi):
|
|||||||
|
|
||||||
self.userid = ""
|
self.userid = ""
|
||||||
self.password = ""
|
self.password = ""
|
||||||
self.brokerid = 0
|
self.brokerid = ""
|
||||||
|
|
||||||
def onFrontConnected(self):
|
def onFrontConnected(self):
|
||||||
"""
|
"""
|
||||||
@ -378,7 +378,7 @@ class CtpTdApi(TdApi):
|
|||||||
|
|
||||||
self.userid = ""
|
self.userid = ""
|
||||||
self.password = ""
|
self.password = ""
|
||||||
self.brokerid = 0
|
self.brokerid = ""
|
||||||
self.auth_code = ""
|
self.auth_code = ""
|
||||||
self.appid = ""
|
self.appid = ""
|
||||||
self.product_info = ""
|
self.product_info = ""
|
||||||
|
@ -233,7 +233,7 @@ class CtpMdApi(MdApi):
|
|||||||
|
|
||||||
self.userid = ""
|
self.userid = ""
|
||||||
self.password = ""
|
self.password = ""
|
||||||
self.brokerid = 0
|
self.brokerid = ""
|
||||||
|
|
||||||
def onFrontConnected(self):
|
def onFrontConnected(self):
|
||||||
"""
|
"""
|
||||||
@ -377,7 +377,7 @@ class CtpTdApi(TdApi):
|
|||||||
|
|
||||||
self.userid = ""
|
self.userid = ""
|
||||||
self.password = ""
|
self.password = ""
|
||||||
self.brokerid = 0
|
self.brokerid = ""
|
||||||
self.auth_code = ""
|
self.auth_code = ""
|
||||||
self.appid = ""
|
self.appid = ""
|
||||||
self.product_info = ""
|
self.product_info = ""
|
||||||
|
Loading…
Reference in New Issue
Block a user