Commit cb1009af by rongjun

bug

parent 56e15d4e
...@@ -102,7 +102,7 @@ class Order { ...@@ -102,7 +102,7 @@ class Order {
callback(error, null); callback(error, null);
return; return;
} }
const orderId = result.result; const orderId = result.data.orderOid;
setTimeout(()=>{ setTimeout(()=>{
this.api.searchOrder(orderId, symbol, side, this._handleFOKSearchResult.bind(this, orderId, symbol, side, callback)); this.api.searchOrder(orderId, symbol, side, this._handleFOKSearchResult.bind(this, orderId, symbol, side, callback));
},50); },50);
......
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