Class OkexResponse
java.lang.Object
org.knowm.xchange.okcoin.v3.dto.trade.OkexResponse
- All Implemented Interfaces:
si.mazi.rescu.HttpResponseAware
- Direct Known Subclasses:
FundsTransferResponse
,FuturesAccountsByCurrencyResponse
,FuturesAccountsResponse
,FuturesLeverageResponse
,FuturesMultipleOrderCancellationResponse
,FuturesOpenOrdersResponse
,FuturesPositionsResponse
,MarginAccountResponse
,MarginBorrowResponse
,MarginRepaymentResponse
,OkexWithdrawalResponse
,OrderCancellationResponse
,OrderPlacementResponse
,SwapAccountsResponse
,SwapFuturesMultipleOrderPlacementResponse
,SwapMultipleOrderCancellationResponse
,SwapOpenOrdersResponse
public abstract class OkexResponse extends Object implements si.mazi.rescu.HttpResponseAware
-
Constructor Summary
Constructors Constructor Description OkexResponse()
-
Method Summary
Modifier and Type Method Description void
checkResult()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface si.mazi.rescu.HttpResponseAware
getResponseHeaders, setResponseHeaders
-
Constructor Details
-
OkexResponse
public OkexResponse()
-
-
Method Details
-
checkResult
public void checkResult()
-