Package org.knowm.xchange.btcmarkets
Class BTCMarketsExchange
java.lang.Object
org.knowm.xchange.BaseExchange
org.knowm.xchange.btcmarkets.BTCMarketsExchange
- All Implemented Interfaces:
Exchange
- Direct Known Subclasses:
BTCMarketsStreamingExchange
- Author:
- Matija Mazi
-
Field Summary
Fields inherited from class org.knowm.xchange.BaseExchange
accountService, exchangeMetaData, exchangeSpecification, logger, marketDataService, tradeServiceFields inherited from interface org.knowm.xchange.Exchange
USE_SANDBOX -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapplySpecification(ExchangeSpecification exchangeSpecification) Applies any exchange specific parametersprotected voidMethods inherited from class org.knowm.xchange.BaseExchange
getAccountService, getExchangeInstruments, getExchangeMetaData, getExchangeSpecification, getMarketDataService, getMetaDataFileName, getNonceFactory, getTradeService, loadExchangeMetaData, loadMetaData, remoteInit, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.knowm.xchange.Exchange
getAccountService, getExchangeInstruments, getExchangeMetaData, getExchangeSpecification, getMarketDataService, getNonceFactory, getResilienceRegistries, getTradeService, remoteInit
-
Constructor Details
-
BTCMarketsExchange
public BTCMarketsExchange()
-
-
Method Details
-
applySpecification
Description copied from interface:ExchangeApplies any exchange specific parameters- Specified by:
applySpecificationin interfaceExchange- Overrides:
applySpecificationin classBaseExchange- Parameters:
exchangeSpecification- TheExchangeSpecification
-
initServices
protected void initServices()- Specified by:
initServicesin classBaseExchange
-
getDefaultExchangeSpecification
- Specified by:
getDefaultExchangeSpecificationin interfaceExchange- Returns:
- A default ExchangeSpecification to use during the creation process if one is not supplied
-