Uses of Enum
org.knowm.xchange.kuna.dto.enums.KunaOrderType
Packages that use KunaOrderType
-
Uses of KunaOrderType in org.knowm.xchange.kuna.dto
Methods in org.knowm.xchange.kuna.dto that return KunaOrderType -
Uses of KunaOrderType in org.knowm.xchange.kuna.dto.enums
Methods in org.knowm.xchange.kuna.dto.enums that return KunaOrderTypeModifier and TypeMethodDescriptionstatic KunaOrderType
Returns the enum constant of this type with the specified name.static KunaOrderType
KunaOrderType.valueOfIgnoreCase
(String name) static KunaOrderType[]
KunaOrderType.values()
Returns an array containing the constants of this enum type, in the order they are declared.