Browse Source

Test

etomic
jl777 7 years ago
parent
commit
67950cee46
  1. 1
      iguana/exchanges/LP_prices.c

1
iguana/exchanges/LP_prices.c

@ -803,6 +803,7 @@ char *LP_orderbook(char *base,char *rel,int32_t duration)
if ( numasks > 1 )
{
qsort(asks,numasks,sizeof(*asks),_cmp_orderbook);
depth = 0;
for (i=0; i<numasks; i++)
{
depth += asks[i]->depth;

Loading…
Cancel
Save