Class ExchangeUtils

java.lang.Object
org.knowm.xchange.examples.bitcoinde.ExchangeUtils

public class ExchangeUtils extends Object
  • Constructor Details

    • ExchangeUtils

      public ExchangeUtils()
  • Method Details

    • createExchangeFromJsonConfiguration

      public static Exchange createExchangeFromJsonConfiguration() throws IOException
      Create a exchange using the keys provided in a bitcoinde/exchangeConfiguration.json file on the classpath.
      Returns:
      Create exchange or null if .json file was not on classpath.
      Throws:
      IOException