Uses of Class
org.knowm.xchange.latoken.dto.marketdata.PriceLevel
Packages that use PriceLevel
-
Uses of PriceLevel in org.knowm.xchange.latoken.dto.marketdata
Methods in org.knowm.xchange.latoken.dto.marketdata that return types with arguments of type PriceLevelModifier and TypeMethodDescriptionLatokenOrderbook.getAsks()AsklevelsLatokenOrderbook.getBids()BidlevelsConstructor parameters in org.knowm.xchange.latoken.dto.marketdata with type arguments of type PriceLevelModifierConstructorDescriptionLatokenOrderbook(long pairId, String symbol, BigDecimal spread, List<PriceLevel> asks, List<PriceLevel> bids) C'tor