Uses of Class
org.knowm.xchange.deribit.v2.dto.marketdata.DeribitOrderBook
Packages that use DeribitOrderBook
-
Uses of DeribitOrderBook in org.knowm.xchange.deribit.v2
Methods in org.knowm.xchange.deribit.v2 that return types with arguments of type DeribitOrderBookModifier and TypeMethodDescriptionDeribit.getOrderBook
(String instrumentName, Integer depth) Retrieves the order book, along with other market values for a given instrument.Methods in org.knowm.xchange.deribit.v2 with parameters of type DeribitOrderBookModifier and TypeMethodDescriptionstatic OrderBook
DeribitAdapters.adaptOrderBook
(DeribitOrderBook deribitOrderBook) -
Uses of DeribitOrderBook in org.knowm.xchange.deribit.v2.service
Methods in org.knowm.xchange.deribit.v2.service that return DeribitOrderBookModifier and TypeMethodDescriptionDeribitMarketDataServiceRaw.getDeribitOrderBook
(String instrumentName, Integer depth)