Fixed = function(v) { return Math.floor(v*1000)/1000; }; // for orders WaitOrder = function(exchange, orderId, timeoutToCancel) { var ts = (new Date()).getTime(); while (true) { Sleep(3000); var orderInfo = exchange.GetOrder(orderId);
大佬程序有错误啊