Uses of Enum
org.knowm.xchange.poloniex.dto.account.PoloniexWallet
Packages that use PoloniexWallet
-
Uses of PoloniexWallet in org.knowm.xchange.poloniex.dto.account
Methods in org.knowm.xchange.poloniex.dto.account that return PoloniexWalletModifier and TypeMethodDescriptionstatic PoloniexWalletReturns the enum constant of this type with the specified name.static PoloniexWallet[]PoloniexWallet.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of PoloniexWallet in org.knowm.xchange.poloniex.service
Methods in org.knowm.xchange.poloniex.service with parameters of type PoloniexWalletModifier and TypeMethodDescriptionPoloniexAccountServiceRaw.transfer(Currency currency, BigDecimal amount, PoloniexWallet fromWallet, PoloniexWallet toWallet)