Browse Source

Fix

pass-iguana-arg
jl777 7 years ago
parent
commit
314d74562d
  1. 2
      iguana/exchanges/LP_mpnet.c

2
iguana/exchanges/LP_mpnet.c

@ -20,7 +20,7 @@
int32_t LP_tradecommand(void *ctx,char *myipaddr,int32_t pubsock,cJSON *argjson,uint8_t *data,int32_t datalen);
int32_t LP_quoteparse(struct LP_quoteinfo *qp,cJSON *argjson);
int32_t LP_mpnet_addorder(struct LP_quoteinfo *qp);
void LP_gtc_addorder(struct LP_quoteinfo *qp);
int32_t LP_mpnet_addorder(struct LP_quoteinfo *qp)
{

Loading…
Cancel
Save