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