Examples of BTCChinaGetAccountInfoRequest


Examples of com.xeiam.xchange.btcchina.dto.account.request.BTCChinaGetAccountInfoRequest

    super(BTCChina.class, exchangeSpecification, tonceFactory);
  }

  public BTCChinaGetAccountInfoResponse getBTCChinaAccountInfo() throws IOException {

    return checkResult(btcChina.getAccountInfo(signatureCreator, BTCChinaUtils.getNonce(), new BTCChinaGetAccountInfoRequest()));
  }
View Full Code Here

Examples of com.xeiam.xchange.btcchina.dto.account.request.BTCChinaGetAccountInfoRequest

    return checkResult(btcChina.getAccountInfo(signatureCreator, BTCChinaUtils.getNonce(), new BTCChinaGetAccountInfoRequest()));
  }

  public BTCChinaGetAccountInfoResponse getBTCChinaAccountInfo(String type) throws IOException {

    return checkResult(btcChina.getAccountInfo(signatureCreator, BTCChinaUtils.getNonce(), new BTCChinaGetAccountInfoRequest(type)));
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.