Uses of Class
org.knowm.xchange.bitfinex.v2.dto.marketdata.BookPrecision
| Package | Description |
|---|---|
| org.knowm.xchange.bitfinex.service | |
| org.knowm.xchange.bitfinex.v2 | |
| org.knowm.xchange.bitfinex.v2.dto.marketdata |
-
Uses of BookPrecision in org.knowm.xchange.bitfinex.service
Methods in org.knowm.xchange.bitfinex.service with parameters of type BookPrecision Modifier and Type Method Description List<BitfinexFundingOrder>BitfinexMarketDataServiceRaw. fundingBook(String symbol, BookPrecision precision, Integer len)List<BitfinexTradingOrder>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 BookPrecision Modifier and Type Method Description List<BitfinexFundingOrder>Bitfinex. fundingBook(String symbol, BookPrecision precision, Integer len)List<BitfinexTradingOrder>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 BookPrecision Modifier and Type Method Description static BookPrecisionBookPrecision. valueOf(String name)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.