Class RippleExchange

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

    public class RippleExchange
    extends org.knowm.xchange.BaseExchange
    implements org.knowm.xchange.Exchange
    • Constructor Detail

      • RippleExchange

        public RippleExchange()
    • Method Detail

      • ToDate

        public static Date ToDate​(String datetime)
                           throws ParseException
        Converts a datetime string as returned from the Ripple REST API into a java date object. The string is the UTC time in format yyyy-MM-dd'T'hh:mm:ss.SSS'Z' e.g. 2015-06-13T11:45:20.102Z
        Throws:
        com.fasterxml.jackson.databind.exc.InvalidFormatException
        ParseException
      • applySpecification

        public void applySpecification​(org.knowm.xchange.ExchangeSpecification specification)
        Specified by:
        applySpecification in interface org.knowm.xchange.Exchange
        Overrides:
        applySpecification in class org.knowm.xchange.BaseExchange
      • 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
      • getRoundingScale

        public int getRoundingScale()
      • validateOrderRequests

        public boolean validateOrderRequests()
      • isStoreTradeTransactionDetails

        public boolean isStoreTradeTransactionDetails()
      • clearOrderDetailsCache

        public void clearOrderDetailsCache()