Uses of Class
org.knowm.xchange.quoine.dto.trade.QuoineExecution
-
Packages that use QuoineExecution Package Description org.knowm.xchange.quoine org.knowm.xchange.quoine.dto.trade org.knowm.xchange.quoine.service -
-
Uses of QuoineExecution in org.knowm.xchange.quoine
Method parameters in org.knowm.xchange.quoine with type arguments of type QuoineExecution Modifier and Type Method Description static List<UserTrade>QuoineAdapters. adapt(List<QuoineExecution> executions, CurrencyPair currencyPair) -
Uses of QuoineExecution in org.knowm.xchange.quoine.dto.trade
Fields in org.knowm.xchange.quoine.dto.trade with type parameters of type QuoineExecution Modifier and Type Field Description List<QuoineExecution>QuoineExecutionsResponse. modelsConstructor parameters in org.knowm.xchange.quoine.dto.trade with type arguments of type QuoineExecution Constructor Description QuoineExecutionsResponse(List<QuoineExecution> models, int currentPage, int totalPages) -
Uses of QuoineExecution in org.knowm.xchange.quoine.service
Methods in org.knowm.xchange.quoine.service that return types with arguments of type QuoineExecution Modifier and Type Method Description List<QuoineExecution>QuoineTradeServiceRaw. executions(CurrencyPair currencyPair, Integer limit, Integer page)
-