From 05dc58444e94049de512dbabbef71f05b0699385 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 24 Jun 2018 00:36:43 -1100 Subject: [PATCH] Uuidstr hex --- 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 6845d0121..3ac17cd92 100644 --- a/iguana/exchanges/LP_ordermatch.c +++ b/iguana/exchanges/LP_ordermatch.c @@ -623,7 +623,7 @@ char *LP_trade(void *ctx,char *myipaddr,int32_t mypubsock,struct LP_quoteinfo *q qp->timestamp = (uint32_t)time(NULL); if ( qp->gtc != 0 ) { - strcpy(&qp->uuidstr[strlen(qp->uuidstr)-3],"GTC"); + strcpy(&qp->uuidstr[strlen(qp->uuidstr)-6],"cccccc"); gtc = calloc(1,sizeof(*gtc)); gtc->Q = *qp; gtc->maxprice = maxprice;