Uses of Enum Class
org.knowm.xchange.hitbtc.v2.dto.HitbtcTransferType
Packages that use HitbtcTransferType
-
Uses of HitbtcTransferType in org.knowm.xchange.hitbtc.v2.dto
Methods in org.knowm.xchange.hitbtc.v2.dto that return HitbtcTransferTypeModifier and TypeMethodDescriptionstatic HitbtcTransferTypeReturns the enum constant of this class with the specified name.static HitbtcTransferType[]HitbtcTransferType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of HitbtcTransferType in org.knowm.xchange.hitbtc.v2.service
Methods in org.knowm.xchange.hitbtc.v2.service with parameters of type HitbtcTransferTypeModifier and TypeMethodDescriptionHitbtcAccountServiceRaw.transferFunds(Currency currency, BigDecimal amount, HitbtcTransferType hitbtcTransferType)