Error: 'OOOOi11i1' object is not callable

Author: z123zero, Created: 2018-09-03 16:12:16, Updated: 2018-09-03 16:16:33

Python, OKEX futures (BTC)

ticker = _C(exchange.GetTicker())
account = _C(exchange.GetAccount())
均会出现“in g__C TypeError: 'OOOOi11i1' object is not callable”的错误

More

The Little DreamProblems 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.