0
Follow
0
Followers
مثال کے طور پر:
var message1 ="symbol=XBTUSD&orderQty=1&price=8000&ordType=Limit&execInst=ParticipateDoNotInitiate"
var message2 ="symbol=XBTUSD&orderQty=1&price=9000&ordType=Limit&execInst=ParticipateDoNotInitiate"
var message = [message1,message2]
exchange.IO("api","POST","/api/v1/order/bulk",message)
اس میں مندرجہ ذیل غلطیاں ہیں:
Error: bad element for argument #3[3] to 'Exchange_Futures_OP' (got object) at onTick
براہ کرم بتائیں کہ بٹ میکس کے لئے مخصوص بلک آرڈر کی کوڈ فارمیٹ کیا ہونی چاہئے؟ کیا کوئی مثال ہے؟ شکریہ!
Related Recommendations
Python streamlined multi-variety MACD trending strategy frameworkin main TypeError: IO() takes at most 3 arguments (5 given)symbol not setGetTicker: 400: {"code": 2, "data": {}, "message": "invalid params"}gateio getdepth 502Decrypt: Secret key decrypt failedGetOrders: 400: {"code":-1121,"msg":"Invalid symbol."}HTTP 403 errorBitcoin trading by using botsPlease translate the buy plan page
Comment
All comments (3)
这个要参看 BITMEX 交易所 的API 文档 , 看文档上这个接口 对于 参数的要求 , 您这个 应该不能直接 把数组做参数 放进 exchange.IO 的参数。
8 years ago
回复
https://www.bitmex.com/api/explorer/#!/Order/Order_newBulk
API 文档里面写的好像就是数组,上面是API 文档地址,能麻烦帮忙看下吗?谢谢!
8 years ago
- 1
