Uses of Class
org.knowm.xchange.latoken.dto.trade.LatokenOrder
Package | Description |
---|---|
org.knowm.xchange.latoken | |
org.knowm.xchange.latoken.service |
-
Uses of LatokenOrder in org.knowm.xchange.latoken
Methods in org.knowm.xchange.latoken that return LatokenOrder Modifier and Type Method Description LatokenOrder
LatokenAuthenticated. cancelOrder(String orderId, long timestamp, String dummy, String apiKey, si.mazi.rescu.ParamsDigest signature)
LatokenOrder
LatokenAuthenticated. getOrder(String orderId, String apiKey, si.mazi.rescu.ParamsDigest signature)
Methods in org.knowm.xchange.latoken that return types with arguments of type LatokenOrder Modifier and Type Method Description List<LatokenOrder>
LatokenAuthenticated. getOpenOrders(String symbol, long timestamp, int limit, String apiKey, si.mazi.rescu.ParamsDigest signature)
List<LatokenOrder>
LatokenAuthenticated. getOrders(String symbol, String status, int limit, String apiKey, si.mazi.rescu.ParamsDigest signature)
Methods in org.knowm.xchange.latoken with parameters of type LatokenOrder Modifier and Type Method Description static LimitOrder
LatokenAdapters. adaptOrder(Exchange exchange, LatokenOrder order)
Method parameters in org.knowm.xchange.latoken with type arguments of type LatokenOrder Modifier and Type Method Description static OpenOrders
LatokenAdapters. adaptOpenOrders(Exchange exchange, List<LatokenOrder> latokenOpenOrders)
-
Uses of LatokenOrder in org.knowm.xchange.latoken.service
Methods in org.knowm.xchange.latoken.service that return LatokenOrder Modifier and Type Method Description LatokenOrder
LatokenTradeServiceRaw. cancelLatokenOrder(String orderId)
Cancels an order given itsorderId
.LatokenOrder
LatokenTradeServiceRaw. getLatokenOrder(String orderId)
Returns an order given itsorderId
.Methods in org.knowm.xchange.latoken.service that return types with arguments of type LatokenOrder Modifier and Type Method Description List<LatokenOrder>
LatokenTradeServiceRaw. getLatokenOpenOrders(CurrencyPair pair, Integer limit)
Returns all currently open orders.List<LatokenOrder>
LatokenTradeServiceRaw. getLatokenOrders(CurrencyPair pair, LatokenOrderStatus status, Integer limit)