Package org.knowm.xchange.latoken
Class LatokenExchange
java.lang.Object
org.knowm.xchange.BaseExchange
org.knowm.xchange.latoken.LatokenExchange
- All Implemented Interfaces:
Exchange
-
Field Summary
Fields inherited from class org.knowm.xchange.BaseExchange
accountService, exchangeMetaData, exchangeSpecification, logger, marketDataService, tradeServiceFields inherited from interface org.knowm.xchange.Exchange
USE_SANDBOX -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionsi.mazi.rescu.SynchronizedValueFactory<Long>Latoken uses HMAC signature and timing-validation to identify valid requests.protected voidvoidMethods inherited from class org.knowm.xchange.BaseExchange
applySpecification, getAccountService, getExchangeInstruments, getExchangeMetaData, getExchangeSpecification, getMarketDataService, getMetaDataFileName, 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
getResilienceRegistries
-
Constructor Details
-
LatokenExchange
public LatokenExchange()
-
-
Method Details
-
initServices
protected void initServices()- Specified by:
initServicesin classBaseExchange
-
getNonceFactory
Latoken uses HMAC signature and timing-validation to identify valid requests.- Specified by:
getNonceFactoryin interfaceExchange- Overrides:
getNonceFactoryin classBaseExchange
-
getDefaultExchangeSpecification
-
remoteInit
public void remoteInit()- Specified by:
remoteInitin interfaceExchange- Overrides:
remoteInitin classBaseExchange
-