Package org.knowm.xchange.cryptonit2
Class CryptonitExchange
- java.lang.Object
-
- org.knowm.xchange.BaseExchange
-
- org.knowm.xchange.cryptonit2.CryptonitExchange
-
- All Implemented Interfaces:
org.knowm.xchange.Exchange
public class CryptonitExchange extends org.knowm.xchange.BaseExchange implements org.knowm.xchange.Exchange- Author:
- Matija Mazi
-
-
Constructor Summary
Constructors Constructor Description CryptonitExchange()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.knowm.xchange.ExchangeSpecificationgetDefaultExchangeSpecification()si.mazi.rescu.SynchronizedValueFactory<Long>getNonceFactory()protected voidinitServices()-
Methods inherited from class org.knowm.xchange.BaseExchange
applySpecification, getAccountService, getExchangeMetaData, getExchangeSpecification, getExchangeSymbols, getMarketDataService, getMetaDataFileName, getTradeService, loadExchangeMetaData, loadMetaData, remoteInit, toString
-
-
-
-
Method Detail
-
initServices
protected void initServices()
- Specified by:
initServicesin classorg.knowm.xchange.BaseExchange
-
getDefaultExchangeSpecification
public org.knowm.xchange.ExchangeSpecification getDefaultExchangeSpecification()
- Specified by:
getDefaultExchangeSpecificationin interfaceorg.knowm.xchange.Exchange
-
getNonceFactory
public si.mazi.rescu.SynchronizedValueFactory<Long> getNonceFactory()
- Specified by:
getNonceFactoryin interfaceorg.knowm.xchange.Exchange
-
-