Browse Source

Test

patch-3
jl777 7 years ago
parent
commit
9efc70d971
  1. 2
      iguana/exchanges/LP_ordermatch.c

2
iguana/exchanges/LP_ordermatch.c

@ -913,7 +913,7 @@ struct LP_quoteinfo *LP_trades_gotrequest(void *ctx,struct LP_quoteinfo *qp,stru
return(0); return(0);
if ( p >= qprice ) if ( p >= qprice )
break; break;
price *= 0.99777; price /= 0.99777;
i++; i++;
} }
printf("i.%d qprice %.8f myprice %.8f price %.8f [%.8f]\n",i,qprice,myprice,price,p); printf("i.%d qprice %.8f myprice %.8f price %.8f [%.8f]\n",i,qprice,myprice,price,p);

Loading…
Cancel
Save