Class XChange
java.lang.Object
org.apache.camel.component.xchange.XChange
- All Implemented Interfaces:
org.knowm.xchange.Exchange
-
Field Summary
Fields inherited from interface org.knowm.xchange.Exchange
USE_SANDBOX -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapplySpecification(org.knowm.xchange.ExchangeSpecification exchangeSpecification) org.knowm.xchange.service.account.AccountServiceList<org.knowm.xchange.currency.CurrencyPair> org.knowm.xchange.ExchangeSpecificationList<org.knowm.xchange.instrument.Instrument> org.knowm.xchange.dto.meta.ExchangeMetaDataorg.knowm.xchange.ExchangeSpecificationorg.knowm.xchange.service.marketdata.MarketDataServicesi.mazi.rescu.SynchronizedValueFactory<Long> org.knowm.xchange.service.trade.TradeServicevoidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.knowm.xchange.Exchange
getResilienceRegistries
-
Constructor Details
-
XChange
public XChange(org.knowm.xchange.Exchange delegate)
-
-
Method Details
-
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
-
getExchangeInstruments
- Specified by:
getExchangeInstrumentsin interfaceorg.knowm.xchange.Exchange
-
getCurrencyPairs
-
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
- Specified by:
remoteInitin interfaceorg.knowm.xchange.Exchange- Throws:
IOExceptionorg.knowm.xchange.exceptions.ExchangeException
-