Uses of Class
org.knowm.xchange.bibox.dto.trade.BiboxOrderBookEntry
Packages that use BiboxOrderBookEntry
-
Uses of BiboxOrderBookEntry in org.knowm.xchange.bibox.dto
Methods in org.knowm.xchange.bibox.dto with parameters of type BiboxOrderBookEntryModifier and TypeMethodDescriptionstatic LimitOrderBiboxAdapters.adaptOrderBookOrder(BiboxOrderBookEntry entry, Order.OrderType orderType, CurrencyPair currencyPair) -
Uses of BiboxOrderBookEntry in org.knowm.xchange.bibox.dto.trade
Methods in org.knowm.xchange.bibox.dto.trade that return types with arguments of type BiboxOrderBookEntryMethod parameters in org.knowm.xchange.bibox.dto.trade with type arguments of type BiboxOrderBookEntryModifier and TypeMethodDescriptionvoidBiboxOrderBook.setAsks(List<BiboxOrderBookEntry> asks) voidBiboxOrderBook.setBids(List<BiboxOrderBookEntry> bids)