Class OkCoinAccountRecords
java.lang.Object
org.knowm.xchange.okcoin.dto.trade.OkCoinErrorResult
org.knowm.xchange.okcoin.dto.account.OkCoinAccountRecords
public class OkCoinAccountRecords extends OkCoinErrorResult
-
Constructor Summary
Constructors Constructor Description OkCoinAccountRecords(int errorCode, OkCoinRecords[] records, String symbol)
-
Method Summary
Modifier and Type Method Description int
getErrorCode()
OkCoinRecords[]
getRecords()
String
getSymbol()
boolean
isResult()
-
Constructor Details
-
OkCoinAccountRecords
-
-
Method Details
-
getRecords
-
getSymbol
-
getErrorCode
public int getErrorCode()- Overrides:
getErrorCode
in classOkCoinErrorResult
-
isResult
public boolean isResult()- Overrides:
isResult
in classOkCoinErrorResult
-