Commit 93ec6559 by zihan

尝试等100毫秒再去搜索订单结果

parent 6416ad5e
...@@ -97,7 +97,7 @@ class Order { ...@@ -97,7 +97,7 @@ class Order {
const orderId = result.data.orderOid; const orderId = result.data.orderOid;
setTimeout(()=>{ setTimeout(()=>{
this.api.searchOrder(orderId, symbol, side, this._handleFOKSearchResult.bind(this, orderId, symbol, side, price, callback)); this.api.searchOrder(orderId, symbol, side, this._handleFOKSearchResult.bind(this, orderId, symbol, side, price, callback));
},50); },100);
}) })
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment