Class GateioFunds
java.lang.Object
org.knowm.xchange.gateio.dto.GateioBaseResponse
org.knowm.xchange.gateio.dto.account.GateioFunds
public class GateioFunds extends GateioBaseResponse
-
Constructor Summary
Constructors Constructor Description GateioFunds(Map<String,BigDecimal> theAvailable, Map<String,BigDecimal> theLocked, boolean result, String message)
Constructor -
Method Summary
Modifier and Type Method Description Map<String,BigDecimal>
getAvailableFunds()
Map<String,BigDecimal>
getLockedFunds()
String
toString()
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
-