altangent / ccxws

WebSocket client for 38 cryptocurrency exchanges
MIT License
617 stars 186 forks source link

ledgerx: fixing trade event lookups #217

Closed bmancini55 closed 3 years ago

bmancini55 commented 3 years ago

This fix addresses an issue with LedgerX client that was missing trade events (not that they are frequent...) because the set lookup was using a numeric instead of a string.

This code restructures the set lookups to check for either number or string.