/**
* @return BTCChinaBooleanResponse of limit order cancellation status.
*/
public BTCChinaBooleanResponse cancelBTCChinaOrder(int id) throws IOException {
return checkResult(btcChina.cancelOrder(signatureCreator, BTCChinaUtils.getNonce(), new BTCChinaCancelOrderRequest(id)));
}