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() 에서 이 orderid를 찾을 수 없었고, 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?

