Package org.knowm.xchange.cryptowatch
Class CryptowatchExchange
java.lang.Object
org.knowm.xchange.BaseExchange
org.knowm.xchange.cryptowatch.CryptowatchExchange
- All Implemented Interfaces:
Exchange
public class CryptowatchExchange extends BaseExchange implements Exchange
- Author:
- massi.gerardi
-
Field Summary
Fields inherited from class org.knowm.xchange.BaseExchange
accountService, exchangeMetaData, exchangeSpecification, logger, marketDataService, tradeService -
Constructor Summary
Constructors Constructor Description CryptowatchExchange() -
Method Summary
Modifier and Type Method Description ExchangeSpecificationgetDefaultExchangeSpecification()protected voidinitServices()voidremoteInit()as Cryptowatch does not expose an API for trading, we do not need metadata.Methods inherited from class org.knowm.xchange.BaseExchange
applySpecification, getAccountService, getExchangeMetaData, getExchangeSpecification, getExchangeSymbols, getMarketDataService, getMetaDataFileName, getNonceFactory, getTradeService, loadExchangeMetaData, loadMetaData, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.knowm.xchange.Exchange
applySpecification, getAccountService, getExchangeInstruments, getExchangeMetaData, getExchangeSpecification, getExchangeSymbols, getMarketDataService, getNonceFactory, getResilienceRegistries, getTradeService
-
Constructor Details
-
CryptowatchExchange
public CryptowatchExchange()
-
-
Method Details
-
initServices
protected void initServices()- Specified by:
initServicesin classBaseExchange
-
getDefaultExchangeSpecification
- Specified by:
getDefaultExchangeSpecificationin interfaceExchange
-
remoteInit
as Cryptowatch does not expose an API for trading, we do not need metadata.- Specified by:
remoteInitin interfaceExchange- Overrides:
remoteInitin classBaseExchange- Throws:
IOException
-