Class LatokenExchange

java.lang.Object
org.knowm.xchange.BaseExchange
org.knowm.xchange.latoken.LatokenExchange
All Implemented Interfaces:
Exchange

public class LatokenExchange extends BaseExchange
  • Constructor Details

    • LatokenExchange

      public LatokenExchange()
  • Method Details

    • initServices

      protected void initServices()
      Specified by:
      initServices in class BaseExchange
    • getNonceFactory

      public si.mazi.rescu.SynchronizedValueFactory<Long> getNonceFactory()
      Latoken uses HMAC signature and timing-validation to identify valid requests.
      Specified by:
      getNonceFactory in interface Exchange
      Overrides:
      getNonceFactory in class BaseExchange
      Returns:
      Synchronized value factory
    • getDefaultExchangeSpecification

      public ExchangeSpecification getDefaultExchangeSpecification()
      Returns:
      A default ExchangeSpecification to use during the creation process if one is not supplied
    • remoteInit

      public void remoteInit()
      Description copied from interface: Exchange
      Initialize this instance with the remote meta data. Most exchanges require this method to be called before Exchange.getExchangeMetaData(). Some exchanges require it before using some of their services.
      Specified by:
      remoteInit in interface Exchange
      Overrides:
      remoteInit in class BaseExchange