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