return checkResult(response);
}
public BTCChinaIntegerResponse buyIcebergOrder(BigDecimal price, BigDecimal amount, BigDecimal disclosedAmount, BigDecimal variance, String market) throws IOException {
BTCChinaBuyIcebergOrderRequest request = new BTCChinaBuyIcebergOrderRequest(price, amount, disclosedAmount, variance, market);
BTCChinaIntegerResponse response = btcChina.buyIcebergOrder(signatureCreator, tonce, request);
return checkResult(response);
}