Uses of Class
org.knowm.xchange.binance.dto.marketdata.BinancePrice
| Package | Description |
|---|---|
| org.knowm.xchange.binance | |
| org.knowm.xchange.binance.dto.marketdata | |
| org.knowm.xchange.binance.service |
-
Uses of BinancePrice in org.knowm.xchange.binance
Methods in org.knowm.xchange.binance that return BinancePrice Modifier and Type Method Description BinancePriceBinance. tickerPrice(String symbol)Methods in org.knowm.xchange.binance that return types with arguments of type BinancePrice Modifier and Type Method Description List<BinancePrice>Binance. tickerAllPrices() -
Uses of BinancePrice in org.knowm.xchange.binance.dto.marketdata
Methods in org.knowm.xchange.binance.dto.marketdata with parameters of type BinancePrice Modifier and Type Method Description intBinancePrice. compareTo(BinancePrice o) -
Uses of BinancePrice in org.knowm.xchange.binance.service
Methods in org.knowm.xchange.binance.service that return BinancePrice Modifier and Type Method Description BinancePriceBinanceMarketDataServiceRaw. tickerPrice(CurrencyPair pair)Methods in org.knowm.xchange.binance.service that return types with arguments of type BinancePrice Modifier and Type Method Description List<BinancePrice>BinanceMarketDataServiceRaw. tickerAllPrices()