Python, OKEX futures (BTC)
ticker = _C(exchange.GetTicker())
account = _C(exchange.GetAccount())
均会出现“in g__C TypeError: 'OOOOi11i1' object is not callable”的错误
Inventors quantify - small dreamsProblems with the use of _C, look carefully at the documentation The method of calling is: var ret = _C (exchange.GetTicker), the parameters of _C are function references, not function calls.