Package com.xeiam.xchange.okcoin

Examples of com.xeiam.xchange.okcoin.OkCoinDigest


    Map<String, Object> specific = exchangeSpecification.getExchangeSpecificParameters();
    okCoin = RestProxyFactory.createProxy(OkCoin.class, useIntl ? (String) specific.get("Intl_SslUri") : exchangeSpecification.getSslUri());
    final String apiKey = exchangeSpecification.getApiKey();

    signatureCreator = new OkCoinDigest(apiKey, exchangeSpecification.getSecretKey());
    partner = Long.parseLong(apiKey);
  }
View Full Code Here

TOP

Related Classes of com.xeiam.xchange.okcoin.OkCoinDigest

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.