Uses of Class
org.knowm.xchange.lgo.dto.trade.LgoUserTrades
Packages that use LgoUserTrades
-
Uses of LgoUserTrades in org.knowm.xchange.lgo
Methods in org.knowm.xchange.lgo that return types with arguments of type LgoUserTradesModifier and TypeMethodDescriptionLgo.getLastTrades
(long timestamp, si.mazi.rescu.ParamsDigest signature, String productId, int maxResults, String page, String sort) Method parameters in org.knowm.xchange.lgo with type arguments of type LgoUserTradesModifier and TypeMethodDescriptionstatic UserTrades
LgoAdapters.adaptUserTrades
(WithCursor<LgoUserTrades> lastTrades) -
Uses of LgoUserTrades in org.knowm.xchange.lgo.service
Methods in org.knowm.xchange.lgo.service that return types with arguments of type LgoUserTradesModifier and TypeMethodDescriptionprotected WithCursor<LgoUserTrades>
LgoTradeServiceRaw.getLastTrades
(CurrencyPair productId, Integer maxResults, String page, TradeHistoryParamsSorted.Order sort)