From 45c20e037210a3d2acca9ea7975629f22382bbdd Mon Sep 17 00:00:00 2001 From: jl777 Date: Sat, 21 Oct 2017 18:43:25 +0300 Subject: [PATCH] Test --- iguana/exchanges/LP_ordermatch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iguana/exchanges/LP_ordermatch.c b/iguana/exchanges/LP_ordermatch.c index bd479ae5f..ef1d36f6a 100644 --- a/iguana/exchanges/LP_ordermatch.c +++ b/iguana/exchanges/LP_ordermatch.c @@ -565,7 +565,7 @@ int32_t LP_alice_eligible() LP_Alicemaxprice = 0.; Alice_expiration = 0; } - return(Alice_expiration == 0); + return(Alice_expiration == 0 || time(NULL) < Alice_expiration); } void LP_reserved(void *ctx,char *myipaddr,int32_t mypubsock,struct LP_quoteinfo *qp)