Package org.knowm.xchange.poloniex
Class PoloniexExchange
- java.lang.Object
-
- org.knowm.xchange.BaseExchange
-
- org.knowm.xchange.poloniex.PoloniexExchange
-
- All Implemented Interfaces:
Exchange
public class PoloniexExchange extends BaseExchange implements Exchange
- Author:
- Zach Holmes
-
-
Field Summary
-
Fields inherited from class org.knowm.xchange.BaseExchange
accountService, exchangeMetaData, exchangeSpecification, logger, marketDataService, tradeService
-
-
Constructor Summary
Constructors Constructor Description PoloniexExchange()
-
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, 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- Specified by:
remoteInitin interfaceExchange- Overrides:
remoteInitin classBaseExchange- Throws:
IOException
-
-