Uses of Class
org.knowm.xchange.bibox.dto.BiboxResponse
Packages that use BiboxResponse
Package
Description
-
Uses of BiboxResponse in org.knowm.xchange.bibox
Methods in org.knowm.xchange.bibox that return BiboxResponseModifier and TypeMethodDescriptionRetrieves the trade history.Retrieves all tickers.Retrieves the order book for a currency pair. -
Uses of BiboxResponse in org.knowm.xchange.bibox.dto
Subclasses of BiboxResponse in org.knowm.xchange.bibox.dtoModifier and TypeClassDescriptionclass
Result of batched calls (all POST requests)class
paged resultclass
Result of batched calls with just one call (which happens most of the time)Methods in org.knowm.xchange.bibox.dto that return BiboxResponse -
Uses of BiboxResponse in org.knowm.xchange.bibox.service
Methods in org.knowm.xchange.bibox.service with parameters of type BiboxResponseModifier and TypeMethodDescriptionprotected static void
BiboxBaseService.throwErrors
(BiboxResponse<?> response)