Uses of Enum
org.knowm.xchange.okcoin.service.OkCoinAccountServiceRaw.AccountType
Packages that use OkCoinAccountServiceRaw.AccountType
-
Uses of OkCoinAccountServiceRaw.AccountType in org.knowm.xchange.okcoin.service
Methods in org.knowm.xchange.okcoin.service that return OkCoinAccountServiceRaw.AccountTypeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static OkCoinAccountServiceRaw.AccountType[]
OkCoinAccountServiceRaw.AccountType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.knowm.xchange.okcoin.service with parameters of type OkCoinAccountServiceRaw.AccountTypeModifier and TypeMethodDescriptionboolean
OkCoinAccountServiceRaw.moveFunds
(String symbol, BigDecimal amount, OkCoinAccountServiceRaw.AccountType from, OkCoinAccountServiceRaw.AccountType to)