Class CryptonitExchange

  • All Implemented Interfaces:
    org.knowm.xchange.Exchange

    public class CryptonitExchange
    extends org.knowm.xchange.BaseExchange
    implements org.knowm.xchange.Exchange
    Author:
    Matija Mazi
    • Field Summary

      • Fields inherited from class org.knowm.xchange.BaseExchange

        accountService, exchangeMetaData, exchangeSpecification, logger, marketDataService, tradeService
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.knowm.xchange.ExchangeSpecification getDefaultExchangeSpecification()  
      si.mazi.rescu.SynchronizedValueFactory<Long> getNonceFactory()  
      protected void initServices()  
      • Methods inherited from class org.knowm.xchange.BaseExchange

        applySpecification, getAccountService, getExchangeMetaData, getExchangeSpecification, getExchangeSymbols, getMarketDataService, getMetaDataFileName, getTradeService, loadExchangeMetaData, loadMetaData, remoteInit, toString
      • Methods inherited from interface org.knowm.xchange.Exchange

        applySpecification, getAccountService, getExchangeMetaData, getExchangeSpecification, getExchangeSymbols, getMarketDataService, getTradeService, remoteInit
    • Constructor Detail

      • CryptonitExchange

        public CryptonitExchange()
    • Method Detail

      • initServices

        protected void initServices()
        Specified by:
        initServices in class org.knowm.xchange.BaseExchange
      • getDefaultExchangeSpecification

        public org.knowm.xchange.ExchangeSpecification getDefaultExchangeSpecification()
        Specified by:
        getDefaultExchangeSpecification in interface org.knowm.xchange.Exchange
      • getNonceFactory

        public si.mazi.rescu.SynchronizedValueFactory<Long> getNonceFactory()
        Specified by:
        getNonceFactory in interface org.knowm.xchange.Exchange