Class ExchangeUtils
java.lang.Object
org.knowm.xchange.examples.bitcoinde.ExchangeUtils
public class ExchangeUtils extends Object
-
Constructor Summary
Constructors Constructor Description ExchangeUtils() -
Method Summary
Modifier and Type Method Description static ExchangecreateExchangeFromJsonConfiguration()Create a exchange using the keys provided in a bitcoinde/exchangeConfiguration.json file on the classpath.
-
Constructor Details
-
ExchangeUtils
public ExchangeUtils()
-
-
Method Details
-
createExchangeFromJsonConfiguration
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
-