How to use the ctpwrapper.Trader.TraderApiPy function in ctpwrapper

To help you get started, we’ve selected a few ctpwrapper examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github nooperpudd / ctpwrapper / ctpwrapper / Trader.py View on Github external
def ReqOptionSelfCloseInsert(self, pInputOptionSelfClose, nRequestID):
        """期权自对冲录入请求"""
        return super(TraderApiPy, self).ReqOptionSelfCloseInsert(pInputOptionSelfClose, nRequestID)