Uses of Enum
org.knowm.xchange.latoken.dto.trade.LatokenOrderStatus
Packages that use LatokenOrderStatus
Package
Description
-
Uses of LatokenOrderStatus in org.knowm.xchange.latoken
Methods in org.knowm.xchange.latoken that return LatokenOrderStatusModifier and TypeMethodDescriptionstatic LatokenOrderStatus
LatokenAdapters.toLatokenOrderStatus
(Order.OrderStatus status) Methods in org.knowm.xchange.latoken with parameters of type LatokenOrderStatusModifier and TypeMethodDescriptionstatic Order.OrderStatus
LatokenAdapters.adaptOrderStatus
(LatokenOrderStatus latokenOrderStatus) -
Uses of LatokenOrderStatus in org.knowm.xchange.latoken.dto.trade
Methods in org.knowm.xchange.latoken.dto.trade that return LatokenOrderStatusModifier and TypeMethodDescriptionLatokenOrder.getOrderStatus()
Order statusstatic LatokenOrderStatus
static LatokenOrderStatus
Returns the enum constant of this type with the specified name.static LatokenOrderStatus[]
LatokenOrderStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of LatokenOrderStatus in org.knowm.xchange.latoken.service
Methods in org.knowm.xchange.latoken.service that return LatokenOrderStatusMethods in org.knowm.xchange.latoken.service with parameters of type LatokenOrderStatusModifier and TypeMethodDescriptionLatokenTradeServiceRaw.getLatokenOrders
(CurrencyPair pair, LatokenOrderStatus status, Integer limit) void
LatokenQueryOrderParams.setStatus
(LatokenOrderStatus status) Constructors in org.knowm.xchange.latoken.service with parameters of type LatokenOrderStatusModifierConstructorDescriptionLatokenQueryOrderParams
(CurrencyPair currencyPair, LatokenOrderStatus status, Integer limit)