0
Follow
0
Followers
このメソッドではなぜ orderid が見つからないのでしょうか? 何が問題なのでしょうか?
Created 2020-11-10 09:47:05 Updated 2020-11-10 09:47:51
2
1355
私は,金安api文書の注文で取得orderid,fmzのexchange.GetOrder (()) が,このid注文を見つけることができず,提示GetOrder (((154432759): 400: {"code":-2013,"msg":"Order does not exist. "},そして単子は既に取引所に下した.
どこに私の質問があるの?
message ="symbol=" + str("SNX")+"USDT"+ "&side=BUY"+"&type=MARKET"+ "&quantity="+ str(1)
idsecondtemp = exchange.IO (("api", "POST", "/fapi/v1/order", message) # 追加注文する
Log (("第2取引所Bianceが返したidsecondtemp=",idsecondtemp)
idsecond=idsecondtemp["orderId"]
Log("idsecond",idsecond)
GetoderByidsecond=exchange.GetOrder(idsecond)
Log(GetoderByidsecond)
Related Recommendations
How to Specify Different Versions of Data for the Rented Strategy by Its Rental Code MetadataAdvanced Tutorial for FMZ Quant platform Strategy WritingElementary Tutorial for FMZ Quant platform Strategy WritingGet Started with FMZ Quant PlatformSECURITY BUGI keep getting error: Exchange_GetAccount: Invalid ContractTypeWe have an incredibly profitable market making algorithm for sideways markets on Bitmex - but need expert to help eliminate wait times during downward volatility in the marketError with deribitLimitations of the backtesting engineHow to install ta-lib on linux docker?

