Uses of Class
org.knowm.xchange.binance.dto.marketdata.BinancePriceQuantity
| Package | Description |
|---|---|
| org.knowm.xchange.binance | |
| org.knowm.xchange.binance.service |
-
Uses of BinancePriceQuantity in org.knowm.xchange.binance
Methods in org.knowm.xchange.binance that return types with arguments of type BinancePriceQuantity Modifier and Type Method Description List<BinancePriceQuantity>Binance. tickerAllBookTickers()Method parameters in org.knowm.xchange.binance with type arguments of type BinancePriceQuantity Modifier and Type Method Description static List<Ticker>BinanceAdapters. adaptPriceQuantities(List<BinancePriceQuantity> priceQuantities) -
Uses of BinancePriceQuantity in org.knowm.xchange.binance.service
Methods in org.knowm.xchange.binance.service that return types with arguments of type BinancePriceQuantity Modifier and Type Method Description List<BinancePriceQuantity>BinanceMarketDataServiceRaw. tickerAllBookTickers()