Class AssetDetail
java.lang.Object
org.knowm.xchange.binance.dto.account.AssetDetail
public class AssetDetail extends Object
-
Constructor Summary
Constructors Constructor Description AssetDetail(String minWithdrawAmount, boolean depositStatus, BigDecimal withdrawFee, boolean withdrawStatus) -
Method Summary
Modifier and Type Method Description StringgetMinWithdrawAmount()BigDecimalgetWithdrawFee()booleanisDepositStatus()booleanisWithdrawStatus()StringtoString()
-
Constructor Details
-
AssetDetail
public AssetDetail(String minWithdrawAmount, boolean depositStatus, BigDecimal withdrawFee, boolean withdrawStatus)
-
-
Method Details