Uses of Class
org.knowm.xchange.cryptowatch.dto.marketdata.CryptowatchTrade
| Package | Description |
|---|---|
| org.knowm.xchange.cryptowatch | |
| org.knowm.xchange.cryptowatch.dto.marketdata.results | |
| org.knowm.xchange.cryptowatch.service |
-
Uses of CryptowatchTrade in org.knowm.xchange.cryptowatch
Method parameters in org.knowm.xchange.cryptowatch with type arguments of type CryptowatchTrade Modifier and Type Method Description static TradesCryptowatchAdapters. 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 CryptowatchTrade Constructor Description CryptowatchTradesResult(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 CryptowatchTrade Modifier and Type Method Description List<CryptowatchTrade>CryptowatchMarketDataServiceRaw. getCryptowatchTrades(CurrencyPair pair, String market, Integer limit, Long since)