public class XChange extends Object implements org.knowm.xchange.Exchange
| Constructor and Description |
|---|
XChange(org.knowm.xchange.Exchange delegate) |
| Modifier and Type | Method and Description |
|---|---|
void |
applySpecification(org.knowm.xchange.ExchangeSpecification exchangeSpecification) |
org.knowm.xchange.service.account.AccountService |
getAccountService() |
org.knowm.xchange.ExchangeSpecification |
getDefaultExchangeSpecification() |
org.knowm.xchange.dto.meta.ExchangeMetaData |
getExchangeMetaData() |
org.knowm.xchange.ExchangeSpecification |
getExchangeSpecification() |
List<org.knowm.xchange.currency.CurrencyPair> |
getExchangeSymbols() |
org.knowm.xchange.service.marketdata.MarketDataService |
getMarketDataService() |
si.mazi.rescu.SynchronizedValueFactory<Long> |
getNonceFactory() |
org.knowm.xchange.service.trade.TradeService |
getTradeService() |
void |
remoteInit() |
public org.knowm.xchange.ExchangeSpecification getExchangeSpecification()
getExchangeSpecification in interface org.knowm.xchange.Exchangepublic org.knowm.xchange.dto.meta.ExchangeMetaData getExchangeMetaData()
getExchangeMetaData in interface org.knowm.xchange.Exchangepublic List<org.knowm.xchange.currency.CurrencyPair> getExchangeSymbols()
getExchangeSymbols in interface org.knowm.xchange.Exchangepublic si.mazi.rescu.SynchronizedValueFactory<Long> getNonceFactory()
getNonceFactory in interface org.knowm.xchange.Exchangepublic org.knowm.xchange.ExchangeSpecification getDefaultExchangeSpecification()
getDefaultExchangeSpecification in interface org.knowm.xchange.Exchangepublic void applySpecification(org.knowm.xchange.ExchangeSpecification exchangeSpecification)
applySpecification in interface org.knowm.xchange.Exchangepublic org.knowm.xchange.service.marketdata.MarketDataService getMarketDataService()
getMarketDataService in interface org.knowm.xchange.Exchangepublic org.knowm.xchange.service.trade.TradeService getTradeService()
getTradeService in interface org.knowm.xchange.Exchangepublic org.knowm.xchange.service.account.AccountService getAccountService()
getAccountService in interface org.knowm.xchange.Exchangepublic void remoteInit()
throws IOException,
org.knowm.xchange.exceptions.ExchangeException
remoteInit in interface org.knowm.xchange.ExchangeIOExceptionorg.knowm.xchange.exceptions.ExchangeExceptionApache Camel