Package org.knowm.xchange.bitcoinde.v4
Class BitcoindeExchange
java.lang.Object
org.knowm.xchange.BaseExchange
org.knowm.xchange.bitcoinde.v4.BitcoindeExchange
- All Implemented Interfaces:
Exchange
public class BitcoindeExchange extends BaseExchange implements Exchange
-
Field Summary
Fields inherited from class org.knowm.xchange.BaseExchange
accountService, exchangeMetaData, exchangeSpecification, logger, marketDataService, tradeService
Fields inherited from interface org.knowm.xchange.Exchange
USE_SANDBOX
-
Constructor Summary
Constructors Constructor Description BitcoindeExchange()
-
Method Summary
Modifier and Type Method Description ExchangeSpecification
getDefaultExchangeSpecification()
protected void
initServices()
Methods inherited from class org.knowm.xchange.BaseExchange
applySpecification, getAccountService, getExchangeInstruments, getExchangeMetaData, getExchangeSpecification, getMarketDataService, getMetaDataFileName, getNonceFactory, getTradeService, loadExchangeMetaData, loadMetaData, remoteInit, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.knowm.xchange.Exchange
applySpecification, getAccountService, getExchangeInstruments, getExchangeMetaData, getExchangeSpecification, getMarketDataService, getNonceFactory, getResilienceRegistries, getTradeService, remoteInit
-
Constructor Details
-
BitcoindeExchange
public BitcoindeExchange()
-
-
Method Details
-
getDefaultExchangeSpecification
- Specified by:
getDefaultExchangeSpecification
in interfaceExchange
- Returns:
- A default ExchangeSpecification to use during the creation process if one is not supplied
-
initServices
protected void initServices()- Specified by:
initServices
in classBaseExchange
-