public BitcoindeOrderBook getBitcoindeOrderBook() throws IOException { return bitcoinde.getOrderBook(); }
public BitcoindeTrade[] getBitcoindeTrades() throws IOException { return bitcoinde.getTrades(); }
public BitcoindeRate getBitcoindeRate() throws IOException { return bitcoinde.getRate(); }