Browse Source

Iterate through sellers

beta
jl777 7 years ago
parent
commit
6405f8f37e
  1. 2
      iguana/exchanges/LP_ordermatch.c

2
iguana/exchanges/LP_ordermatch.c

@ -1070,7 +1070,7 @@ exit(-1);
continue;
//return(clonestr("{\"error\":\"quote validation error\"}"));
}
break;
//break;
}
//printf("do quote.(%s)\n",jprint(LP_quotejson(&Q),1));
return(LP_trade(ctx,myipaddr,mypubsock,&Q,maxprice,timeout,duration));

Loading…
Cancel
Save