增加ctpGateway里新的ctp接口的几个推送函数
This commit is contained in:
parent
b41b44d4a2
commit
e405e760f4
@ -1031,6 +1031,31 @@ class CtpTdApi(TdApi):
|
|||||||
""""""
|
""""""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
#----------------------------------------------------------------------
|
||||||
|
def onRtnCFMMCTradingAccountToken(self, data):
|
||||||
|
""""""
|
||||||
|
pass
|
||||||
|
|
||||||
|
#----------------------------------------------------------------------
|
||||||
|
def onRtnLock(self, data):
|
||||||
|
""""""
|
||||||
|
pass
|
||||||
|
|
||||||
|
#----------------------------------------------------------------------
|
||||||
|
def onErrRtnLockInsert(self, data, error):
|
||||||
|
""""""
|
||||||
|
pass
|
||||||
|
|
||||||
|
#----------------------------------------------------------------------
|
||||||
|
def onRtnCombAction(self, data):
|
||||||
|
""""""
|
||||||
|
pass
|
||||||
|
|
||||||
|
#----------------------------------------------------------------------
|
||||||
|
def onErrRtnCombActionInsert(self, data, error):
|
||||||
|
""""""
|
||||||
|
pass
|
||||||
|
|
||||||
#----------------------------------------------------------------------
|
#----------------------------------------------------------------------
|
||||||
def onRspQryContractBank(self, data, error, n, last):
|
def onRspQryContractBank(self, data, error, n, last):
|
||||||
""""""
|
""""""
|
||||||
|
Loading…
Reference in New Issue
Block a user