Class CexIOBalanceInfo
java.lang.Object
org.knowm.xchange.cexio.dto.account.CexIOBalanceInfo
public class CexIOBalanceInfo extends Object
-
Constructor Summary
Constructors Constructor Description CexIOBalanceInfo(String error, Long timestamp, String username, Map<String,CexIOBalance> balances)
-
Method Summary
Modifier and Type Method Description Map<String,CexIOBalance>
getBalances()
String
getError()
long
getTimestamp()
String
getUsername()
-
Constructor Details
-
CexIOBalanceInfo
-
-
Method Details
-
getError
-
getTimestamp
public long getTimestamp() -
getUsername
-
getBalances
-