Uses of Class
org.knowm.xchange.coingi.dto.marketdata.CoingiDepthRange
Packages that use CoingiDepthRange
-
Uses of CoingiDepthRange in org.knowm.xchange.coingi.dto.marketdata
Methods in org.knowm.xchange.coingi.dto.marketdata that return types with arguments of type CoingiDepthRangeModifier and TypeMethodDescriptionCoingiOrderBook.getAskDepthRange()
CoingiOrderBook.getBidDepthRange()
Constructor parameters in org.knowm.xchange.coingi.dto.marketdata with type arguments of type CoingiDepthRangeModifierConstructorDescriptionCoingiOrderBook
(Collection<CoingiOrderGroup> asks, Collection<CoingiOrderGroup> bids, List<CoingiDepthRange> askDepthRange, List<CoingiDepthRange> bidDepthRange)