jl777 7 years ago
parent
commit
e93ace50e1
  1. 1
      iguana/exchanges/LP_portfolio.c

1
iguana/exchanges/LP_portfolio.c

@ -545,6 +545,7 @@ void LP_autoprice_iter(void *ctx,struct LP_priceinfo *btcpp)
LP_pricepings(ctx,LP_myipaddr,LP_mypubsock,rel,base,bidprice);
LP_mypriceset(&changed,base,rel,askprice);
LP_pricepings(ctx,LP_myipaddr,LP_mypubsock,base,rel,askprice);
printf("price %.8f -> %.8f %.8f\n",price,bidprice,askprice);
}
/*if ( LP_autorefs[i].fundbid[0] != 0 && (price= jdouble(fundjson,LP_autorefs[i].fundbid)) > SMALLVAL )
{

Loading…
Cancel
Save