Class XChange
- java.lang.Object
-
- org.apache.camel.component.xchange.XChange
-
- All Implemented Interfaces:
org.knowm.xchange.Exchange
public class XChange extends Object implements org.knowm.xchange.Exchange
-
-
Constructor Summary
Constructors Constructor Description XChange(org.knowm.xchange.Exchange delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapplySpecification(org.knowm.xchange.ExchangeSpecification exchangeSpecification)org.knowm.xchange.service.account.AccountServicegetAccountService()org.knowm.xchange.ExchangeSpecificationgetDefaultExchangeSpecification()org.knowm.xchange.dto.meta.ExchangeMetaDatagetExchangeMetaData()org.knowm.xchange.ExchangeSpecificationgetExchangeSpecification()List<org.knowm.xchange.currency.CurrencyPair>getExchangeSymbols()org.knowm.xchange.service.marketdata.MarketDataServicegetMarketDataService()si.mazi.rescu.SynchronizedValueFactory<Long>getNonceFactory()org.knowm.xchange.service.trade.TradeServicegetTradeService()voidremoteInit()
-
-
-
Method Detail
-
getExchangeSpecification
public org.knowm.xchange.ExchangeSpecification getExchangeSpecification()
- Specified by:
getExchangeSpecificationin interfaceorg.knowm.xchange.Exchange
-
getExchangeMetaData
public org.knowm.xchange.dto.meta.ExchangeMetaData getExchangeMetaData()
- Specified by:
getExchangeMetaDatain interfaceorg.knowm.xchange.Exchange
-
getExchangeSymbols
public List<org.knowm.xchange.currency.CurrencyPair> getExchangeSymbols()
- Specified by:
getExchangeSymbolsin interfaceorg.knowm.xchange.Exchange
-
getNonceFactory
public si.mazi.rescu.SynchronizedValueFactory<Long> getNonceFactory()
- Specified by:
getNonceFactoryin interfaceorg.knowm.xchange.Exchange
-
getDefaultExchangeSpecification
public org.knowm.xchange.ExchangeSpecification getDefaultExchangeSpecification()
- Specified by:
getDefaultExchangeSpecificationin interfaceorg.knowm.xchange.Exchange
-
applySpecification
public void applySpecification(org.knowm.xchange.ExchangeSpecification exchangeSpecification)
- Specified by:
applySpecificationin interfaceorg.knowm.xchange.Exchange
-
getMarketDataService
public org.knowm.xchange.service.marketdata.MarketDataService getMarketDataService()
- Specified by:
getMarketDataServicein interfaceorg.knowm.xchange.Exchange
-
getTradeService
public org.knowm.xchange.service.trade.TradeService getTradeService()
- Specified by:
getTradeServicein interfaceorg.knowm.xchange.Exchange
-
getAccountService
public org.knowm.xchange.service.account.AccountService getAccountService()
- Specified by:
getAccountServicein interfaceorg.knowm.xchange.Exchange
-
remoteInit
public void remoteInit() throws IOException, org.knowm.xchange.exceptions.ExchangeException- Specified by:
remoteInitin interfaceorg.knowm.xchange.Exchange- Throws:
IOExceptionorg.knowm.xchange.exceptions.ExchangeException
-
-