0
Follow
0
Followers
電話_C エラー、g__C TypeError: 'OOOOi11i1' オブジェクトは呼び出し可能ではありません
Created 2018-09-03 16:12:16 Updated 2018-09-03 16:16:33
1
1697
Python,OKEX 期貨 ((BTC)
ticker = _C(exchange.GetTicker())
account = _C(exchange.GetAccount())
均会出现“in g__C TypeError: 'OOOOi11i1' object is not callable”的错误
Related Recommendations
Great news! Check out our platforms’ NEW features, the “Demands & Offers” page on our website.Our platform’s New design PC/MacOS local software client is released now!Flash collapse robot (teaching)Index equilibrium strategy (teaching)can anyone please explain how to start with this platformC++ API call exampleHow to break through the Tick receiving limit of commodity futuresMulti-platform Hedging Stabilization Arbitrage V2.1 (Annotation Edition)Pure english vesion of e-books about some basic systematic trading skillsThe grid trading strategy
Comment
All comments (1)
_C 的用法问题, 仔细看文档 调用方法是 : var ret = _C(exchange.GetTicker) , _C 的参数是 函数引用, 并不是函数调用。
8 years ago
- 1
