uniVocity / univocity-trader

open-source trading framework for java, supports backtesting and live trading with exchanges
577 stars 140 forks source link

Enable keepalive on client too #38

Closed wwadge closed 4 years ago

wwadge commented 4 years ago

My previous PR missed out starting a timer on the BinanceClientAccount (having only done so on BinanceExchange). This PR fixes it by making both of the rest clients kept alive.

jbax commented 4 years ago

Thanks!