Uses of Class
org.knowm.xchange.coinbase.dto.account.CoinbaseBuySellLevel
-
Packages that use CoinbaseBuySellLevel Package Description org.knowm.xchange.coinbase.dto.account -
-
Uses of CoinbaseBuySellLevel in org.knowm.xchange.coinbase.dto.account
Methods in org.knowm.xchange.coinbase.dto.account that return CoinbaseBuySellLevel Modifier and Type Method Description CoinbaseBuySellLevelCoinbaseUser.CoinbaseUserInfo. getBuyLevel()CoinbaseBuySellLevelCoinbaseUser. getBuyLevel()CoinbaseBuySellLevelCoinbaseUser.CoinbaseUserInfo. getSellLevel()CoinbaseBuySellLevelCoinbaseUser. getSellLevel()static CoinbaseBuySellLevelCoinbaseBuySellLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static CoinbaseBuySellLevel[]CoinbaseBuySellLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.
-