Skip to content
This repository has been archived by the owner on Jan 29, 2019. It is now read-only.

Commit

Permalink
Merge pull request #189 from cybercongress/174-trades-for-binance
Browse files Browse the repository at this point in the history
Trades for binance exchange
  • Loading branch information
Valentin Stavetski authored May 3, 2018
2 parents 6931692 + 3c6be21 commit af02233
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,7 @@ class ConnectorRunner {
orderbookConnector = beanFactory.getBean(XCHANGE_ORDERBOOK_CONNECTOR_CLASS, BitflyerStreamingExchange::class.java.name)
}
BINANCE -> {
// todo: disabled until trades for binance will be implemented
//tradeConnector = beanFactory.getBean(XCHANGE_TRADE_CONNECTOR_CLASS, BinanceStreamingExchange::class.java.name)
tradeConnector = beanFactory.getBean(XCHANGE_TRADE_CONNECTOR_CLASS, BinanceStreamingExchange::class.java.name)
orderbookConnector = beanFactory.getBean(XCHANGE_ORDERBOOK_CONNECTOR_CLASS, BinanceStreamingExchange::class.java.name)
}
BITSTAMP -> {
Expand Down

0 comments on commit af02233

Please sign in to comment.