Uses of Class
org.knowm.xchange.bibox.dto.trade.BiboxOrderBook
Packages that use BiboxOrderBook
Package
Description
-
Uses of BiboxOrderBook in org.knowm.xchange.bibox
Methods in org.knowm.xchange.bibox that return types with arguments of type BiboxOrderBookModifier and TypeMethodDescriptionRetrieves the order book for a currency pair.Bibox.orderBooks(String cmds) Retrieve order books. -
Uses of BiboxOrderBook in org.knowm.xchange.bibox.dto
Methods in org.knowm.xchange.bibox.dto with parameters of type BiboxOrderBookModifier and TypeMethodDescriptionstatic OrderBookBiboxAdapters.adaptOrderBook(BiboxOrderBook orderBook, CurrencyPair currencyPair) Method parameters in org.knowm.xchange.bibox.dto with type arguments of type BiboxOrderBookModifier and TypeMethodDescriptionBiboxAdapters.adaptAllOrderBooks(List<BiboxOrderBook> biboxOrderBooks) -
Uses of BiboxOrderBook in org.knowm.xchange.bibox.service
Methods in org.knowm.xchange.bibox.service that return BiboxOrderBookModifier and TypeMethodDescriptionBiboxMarketDataServiceRaw.getBiboxOrderBook(CurrencyPair currencyPair, Integer depth) Methods in org.knowm.xchange.bibox.service that return types with arguments of type BiboxOrderBookModifier and TypeMethodDescriptionBiboxMarketDataServiceRaw.getBiboxOrderBooks(Integer depth, Collection<Instrument> currencyPairs)