Uses of Enum
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 HitbtcTransferType
Returns the enum constant of this type with the specified name.static HitbtcTransferType[]
HitbtcTransferType.values()
Returns an array containing the constants of this enum type, 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)