Package org.knowm.xchange.bitcoinde
Class BitcoindeExchange
- java.lang.Object
-
- org.knowm.xchange.BaseExchange
-
- org.knowm.xchange.bitcoinde.BitcoindeExchange
-
- All Implemented Interfaces:
Exchange
public class BitcoindeExchange extends BaseExchange implements Exchange
- Author:
- matthewdowney
-
-
Field Summary
-
Fields inherited from class org.knowm.xchange.BaseExchange
accountService, exchangeMetaData, exchangeSpecification, logger, marketDataService, tradeService
-
-
Constructor Summary
Constructors Constructor Description BitcoindeExchange()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExchangeSpecificationgetDefaultExchangeSpecification()si.mazi.rescu.SynchronizedValueFactory<Long>getNonceFactory()protected voidinitServices()-
Methods inherited from class org.knowm.xchange.BaseExchange
applySpecification, getAccountService, getExchangeMetaData, getExchangeSpecification, getExchangeSymbols, getMarketDataService, getMetaDataFileName, 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, getExchangeMetaData, getExchangeSpecification, getExchangeSymbols, getMarketDataService, getTradeService, remoteInit
-
-
-
-
Method Detail
-
getDefaultExchangeSpecification
public ExchangeSpecification getDefaultExchangeSpecification()
- Specified by:
getDefaultExchangeSpecificationin interfaceExchange
-
initServices
protected void initServices()
- Specified by:
initServicesin classBaseExchange
-
getNonceFactory
public si.mazi.rescu.SynchronizedValueFactory<Long> getNonceFactory()
- Specified by:
getNonceFactoryin interfaceExchange
-
-