webcerebrium / java-binance-api

Java Binance API Client
MIT License
73 stars 40 forks source link

Exception throws with the latest Binance update when calling exchangeInfo #42

Open khoatran opened 5 years ago

khoatran commented 5 years ago

Hi, In the latest Binance updates, there is symbol: BTCTUSD. It makes below line throws exception, because that case is not covered yet.

https://github.com/webcerebrium/java-binance-api/blob/d313c11454d2edc0eacf219dc61094b320e2ba9f/src/main/java/com/webcerebrium/binance/datatype/BinanceSymbol.java#L18

Please help to fix it. Thanks,