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 SummaryFields inherited from class org.knowm.xchange.BaseExchangeaccountService, exchangeMetaData, exchangeSpecification, logger, marketDataService, tradeServiceFields inherited from interface org.knowm.xchange.ExchangeUSE_SANDBOX
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidapplySpecification(ExchangeSpecification exchangeSpecification) Applies any exchange specific parametersprotected voidMethods inherited from class org.knowm.xchange.BaseExchangegetAccountService, getExchangeInstruments, getExchangeMetaData, getExchangeSpecification, getMarketDataService, getMetaDataFileName, getNonceFactory, getTradeService, loadExchangeMetaData, loadMetaData, remoteInit, toStringMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.knowm.xchange.ExchangegetAccountService, getExchangeInstruments, getExchangeMetaData, getExchangeSpecification, getMarketDataService, getNonceFactory, getResilienceRegistries, getTradeService, remoteInit
- 
Constructor Details- 
BTCMarketsExchangepublic BTCMarketsExchange()
 
- 
- 
Method Details- 
applySpecificationDescription copied from interface:ExchangeApplies any exchange specific parameters- Specified by:
- applySpecificationin interface- Exchange
- Overrides:
- applySpecificationin class- BaseExchange
- Parameters:
- exchangeSpecification- The- ExchangeSpecification
 
- 
initServicesprotected void initServices()- Specified by:
- initServicesin class- BaseExchange
 
- 
getDefaultExchangeSpecification- Specified by:
- getDefaultExchangeSpecificationin interface- Exchange
- Returns:
- A default ExchangeSpecification to use during the creation process if one is not supplied
 
 
-