0
Follow
0
Followers
Phương thức exchange.Go() không phản hồi. Vui lòng kiểm tra phiên bản C++.
Created 2017-12-22 12:39:16 Updated 2017-12-23 14:52:52
2
1833
c++
auto d = exchange.GetDepth();
if (d.Valid) {
Log(d.Asks[0], d.Bids[0]);
}
TId ffff;
auto ff=exchange.Go("Sell",d.Bids[0].Price,0.05);
if(ff.wait(ffff)){
Log(" 111",ffff);
}else{
Log("22222");
}
Lập trình này đã thử mô phỏng trên ổ đĩa thực nhưng không thành công. Không có phản ứng. Không sử dụng phương pháp exchange.Go. () trực tiếp sử dụng phương pháp exchange.Sell. () để thành công
Related Recommendations
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 pageRunning botvs docker on androidhttp://www.stevenwu.me/archives/871
