Class OkCoinFuturesUserInfoFixed
java.lang.Object
org.knowm.xchange.okcoin.dto.trade.OkCoinErrorResult
org.knowm.xchange.okcoin.dto.account.OkCoinFuturesUserInfoFixed
public class OkCoinFuturesUserInfoFixed extends OkCoinErrorResult
-
Constructor Summary
Constructors Constructor Description OkCoinFuturesUserInfoFixed(boolean result, int errorCode, Map<Currency,OkcoinFuturesFundsFixed> info)
-
Method Summary
Modifier and Type Method Description OkcoinFuturesFundsFixed
getFunds(Currency currency)
Map<Currency,OkcoinFuturesFundsFixed>
getInfo()
Methods inherited from class org.knowm.xchange.okcoin.dto.trade.OkCoinErrorResult
getErrorCode, isResult
-
Constructor Details
-
OkCoinFuturesUserInfoFixed
public OkCoinFuturesUserInfoFixed(boolean result, int errorCode, Map<Currency,OkcoinFuturesFundsFixed> info)
-
-
Method Details
-
getInfo
-
getFunds
-