Package com.xeiam.xchange.kraken.dto.account.results

Examples of com.xeiam.xchange.kraken.dto.account.results.KrakenQueryLedgerResult


    return checkResult(ledgerResult).getLedgerMap();
  }

  public Map<String, KrakenLedger> queryKrakenLedger(String... ledgerIds) throws IOException {

    KrakenQueryLedgerResult ledgerResult = kraken.queryLedgers(createDelimitedString(ledgerIds), exchangeSpecification.getApiKey(), signatureCreator, nextNonce());

    return checkResult(ledgerResult);
  }
View Full Code Here

TOP

Related Classes of com.xeiam.xchange.kraken.dto.account.results.KrakenQueryLedgerResult

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.