Uses of Class
org.knowm.xchange.luno.dto.trade.LunoUserTrades

Packages that use LunoUserTrades
Package
Description
 
  • Uses of LunoUserTrades in org.knowm.xchange.luno

    Methods in org.knowm.xchange.luno that return LunoUserTrades
    Modifier and Type
    Method
    Description
    LunoAPI.listTrades(String pair, Long since, Integer limit)
    Returns a list of your recent trades for a given pair, sorted by oldest first.
    type in the response indicates the type of order that you placed in order to participate in the trade.
    If is_buy in the response is true, then the order which completed the trade (market taker) was a bid order.
    LunoAPIImpl.listTrades(String pair, Long since, Integer limit)
     
    LunoAuthenticated.listTrades(si.mazi.rescu.ParamsDigest auth, String pair, Long since, Integer limit)
    Returns a list of your recent trades for a given pair, sorted by oldest first.
    type in the response indicates the type of order that you placed in order to participate in the trade.
    If is_buy in the response is true, then the order which completed the trade (market taker) was a bid order.