Class GateioFunds
java.lang.Object
org.knowm.xchange.gateio.dto.GateioBaseResponse
org.knowm.xchange.gateio.dto.account.GateioFunds
-
Constructor Summary
ConstructorDescriptionGateioFunds
(Map<String, BigDecimal> theAvailable, Map<String, BigDecimal> theLocked, boolean result, String message) Constructor -
Method Summary
Methods inherited from class org.knowm.xchange.gateio.dto.GateioBaseResponse
getMessage, isResult
-
Constructor Details
-
GateioFunds
public GateioFunds(Map<String, BigDecimal> theAvailable, Map<String, BigDecimal> theLocked, boolean result, String message) Constructor- Parameters:
theAvailable
-theLocked
-
-
-
Method Details
-
getAvailableFunds
-
getLockedFunds
-
toString
- Overrides:
toString
in classGateioBaseResponse
-