Exchange: connection, URL and livedata

Issue #264 new
Benjamin Cordes created an issue

To test connectivity there are several steps needed:

Global.exchange = new Exchange(ExchangeFacade.BTCE);
TradeInterface ti = ExchangeFacade.getInterfaceByName(ExchangeFacade.BTCE);
Global.exchange.getLiveData().setUrlConnectionCheck(ti.getUrlConnectionCheck());

Better would be if exchange can handle its own connectivity, and the connection variable.

Comments (4)

  1. Desrever Nu
    • removed milestone

    Removing milestone: 0.4.1 - Market-aware liquidity distribution models ( adaptive ) (automated comment)

  2. Log in to comment