Browse Source

Test

etomic
jl777 7 years ago
parent
commit
ea7666e5a8
  1. 1
      iguana/exchanges/LP_ordermatch.c

1
iguana/exchanges/LP_ordermatch.c

@ -1100,6 +1100,7 @@ void LP_tradesloop(void *ctx)
}
else if ( now > tp->lastprocessed+1 )
{
printf("lag.%d iambob.%d bestprice %.8f besttrust %.8f\n",now-tp->lastprocessed,tp->iambob,tp->bestprice,dstr(tp->besttrust));
if ( now < tp->lastprocessed+60 )
{
if ( tp->iambob == 0 )

Loading…
Cancel
Save