Uses of Enum Class
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 LatokenOrderStatusLatokenAdapters.toLatokenOrderStatus(Order.OrderStatus status) Methods in org.knowm.xchange.latoken with parameters of type LatokenOrderStatusModifier and TypeMethodDescriptionstatic Order.OrderStatusLatokenAdapters.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 LatokenOrderStatusstatic LatokenOrderStatusReturns the enum constant of this class with the specified name.static LatokenOrderStatus[]LatokenOrderStatus.values()Returns an array containing the constants of this enum class, 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) voidLatokenQueryOrderParams.setStatus(LatokenOrderStatus status) Constructors in org.knowm.xchange.latoken.service with parameters of type LatokenOrderStatusModifierConstructorDescriptionLatokenQueryOrderParams(CurrencyPair currencyPair, LatokenOrderStatus status, Integer limit)