Package org.knowm.xchange.dvchain
Class DVChainExchange
- java.lang.Object
-
- org.knowm.xchange.BaseExchange
-
- org.knowm.xchange.dvchain.DVChainExchange
-
- All Implemented Interfaces:
org.knowm.xchange.Exchange
public class DVChainExchange extends org.knowm.xchange.BaseExchange
-
-
Constructor Summary
Constructors Constructor Description DVChainExchange()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapplySpecification(org.knowm.xchange.ExchangeSpecification exchangeSpecification)org.knowm.xchange.ExchangeSpecificationgetDefaultExchangeSpecification()si.mazi.rescu.SynchronizedValueFactory<Long>getNonceFactory()protected voidinitServices()
-
-
-
Method Detail
-
getDefaultExchangeSpecification
public org.knowm.xchange.ExchangeSpecification getDefaultExchangeSpecification()
-
initServices
protected void initServices()
- Specified by:
initServicesin classorg.knowm.xchange.BaseExchange
-
applySpecification
public void applySpecification(org.knowm.xchange.ExchangeSpecification exchangeSpecification)
- Specified by:
applySpecificationin interfaceorg.knowm.xchange.Exchange- Overrides:
applySpecificationin classorg.knowm.xchange.BaseExchange
-
getNonceFactory
public si.mazi.rescu.SynchronizedValueFactory<Long> getNonceFactory()
-
-