Uses of Class
org.knowm.xchange.latoken.dto.trade.LatokenOrderStatus
Package | Description |
---|---|
org.knowm.xchange.latoken | |
org.knowm.xchange.latoken.dto.trade | |
org.knowm.xchange.latoken.service |
-
Uses of LatokenOrderStatus in org.knowm.xchange.latoken
Methods in org.knowm.xchange.latoken that return LatokenOrderStatus Modifier and Type Method Description static LatokenOrderStatus
LatokenAdapters. toLatokenOrderStatus(Order.OrderStatus status)
Methods in org.knowm.xchange.latoken with parameters of type LatokenOrderStatus Modifier and Type Method Description static 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 LatokenOrderStatus Modifier and Type Method Description LatokenOrderStatus
LatokenOrder. getOrderStatus()
Order statusstatic LatokenOrderStatus
LatokenOrderStatus. parse(String s)
static LatokenOrderStatus
LatokenOrderStatus. valueOf(String name)
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 LatokenOrderStatus Modifier and Type Method Description LatokenOrderStatus
LatokenQueryOrderParams. getStatus()
Methods in org.knowm.xchange.latoken.service with parameters of type LatokenOrderStatus Modifier and Type Method Description List<LatokenOrder>
LatokenTradeServiceRaw. getLatokenOrders(CurrencyPair pair, LatokenOrderStatus status, Integer limit)
void
LatokenQueryOrderParams. setStatus(LatokenOrderStatus status)
Constructors in org.knowm.xchange.latoken.service with parameters of type LatokenOrderStatus Constructor Description LatokenQueryOrderParams(CurrencyPair currencyPair, LatokenOrderStatus status, Integer limit)