Uses of Class
org.knowm.xchange.cryptowatch.dto.marketdata.CryptowatchTrade
Packages that use CryptowatchTrade
Package
Description
-
Uses of CryptowatchTrade in org.knowm.xchange.cryptowatch
Method parameters in org.knowm.xchange.cryptowatch with type arguments of type CryptowatchTradeModifier and TypeMethodDescriptionstatic Trades
CryptowatchAdapters.adaptToTrades
(List<CryptowatchTrade> cryptowatchTrades, CurrencyPair currencyPair) -
Uses of CryptowatchTrade in org.knowm.xchange.cryptowatch.dto.marketdata.results
Constructor parameters in org.knowm.xchange.cryptowatch.dto.marketdata.results with type arguments of type CryptowatchTradeModifierConstructorDescriptionCryptowatchTradesResult
(String error, List<CryptowatchTrade> result, Allowance allowance) -
Uses of CryptowatchTrade in org.knowm.xchange.cryptowatch.service
Methods in org.knowm.xchange.cryptowatch.service that return types with arguments of type CryptowatchTradeModifier and TypeMethodDescriptionCryptowatchMarketDataServiceRaw.getCryptowatchTrades
(CurrencyPair pair, String market, Integer limit, Long since)