Commit 434b44e2 by rongjun

bug

parent cb1009af
......@@ -34,7 +34,7 @@ class BiboxStrategy3 extends Strategy3 {
sellSymbol, sellPrice, amount, constants.OrderSideSell
, (error, order) => {
if (error) {
if(error.code === "2027"){
if(error.code === "NO_BALANCE"){
if(retryTime>0 && !createdSellOrder){
console.log("提示余额不足,再次尝试");
retryTime -- ;
......
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