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