Class CobinhoodCurrency
java.lang.Object
org.knowm.xchange.cobinhood.dto.marketdata.CobinhoodCurrency
public class CobinhoodCurrency extends Object
-
Constructor Summary
Constructors Constructor Description CobinhoodCurrency(String symbol, String name, BigDecimal minUnit, BigDecimal depositFee, BigDecimal withdrawalFee) -
Method Summary
Modifier and Type Method Description BigDecimalgetDepositFee()BigDecimalgetMinUnit()StringgetName()StringgetSymbol()BigDecimalgetWithdrawalFee()
-
Constructor Details
-
CobinhoodCurrency
public CobinhoodCurrency(String symbol, String name, BigDecimal minUnit, BigDecimal depositFee, BigDecimal withdrawalFee)
-
-
Method Details
-
getSymbol
-
getName
-
getMinUnit
-
getDepositFee
-
getWithdrawalFee
-