Uses of Enum
org.knowm.xchange.bitfinex.v2.dto.marketdata.BookPrecision
Packages that use BookPrecision
Package
Description
-
Uses of BookPrecision in org.knowm.xchange.bitfinex.service
Methods in org.knowm.xchange.bitfinex.service with parameters of type BookPrecisionModifier and TypeMethodDescriptionBitfinexMarketDataServiceRaw.fundingBook
(String symbol, BookPrecision precision, Integer len) BitfinexMarketDataServiceRaw.tradingBook
(String symbol, BookPrecision precision, Integer len) -
Uses of BookPrecision in org.knowm.xchange.bitfinex.v2
Methods in org.knowm.xchange.bitfinex.v2 with parameters of type BookPrecisionModifier and TypeMethodDescriptionBitfinex.fundingBook
(String symbol, BookPrecision precision, Integer len) Bitfinex.tradingBook
(String symbol, BookPrecision precision, Integer len) -
Uses of BookPrecision in org.knowm.xchange.bitfinex.v2.dto.marketdata
Methods in org.knowm.xchange.bitfinex.v2.dto.marketdata that return BookPrecisionModifier and TypeMethodDescriptionstatic BookPrecision
Returns the enum constant of this type with the specified name.static BookPrecision[]
BookPrecision.values()
Returns an array containing the constants of this enum type, in the order they are declared.