Commit 6dcd0c9e by zihan

bug fixed

parent 4cf3912f
......@@ -128,7 +128,7 @@ class Order {
api2.searchOrder(orderId, handleSearchResult.bind(this));
return;
}
if(timeInForce === constants.TimeInForceFOK && result.data.isActive){
if(timeInForce === constants.TimeInForceIOC && result.data.isActive){
setTimeout(()=>{
api2.searchOrder(orderId, handleSearchResult.bind(this));
},200);
......
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