Uses of Class
org.knowm.xchange.bitfinex.v1.dto.marketdata.BitfinexSymbolDetail
-
Packages that use BitfinexSymbolDetail Package Description org.knowm.xchange.bitfinex.service org.knowm.xchange.bitfinex.v1 -
-
Uses of BitfinexSymbolDetail in org.knowm.xchange.bitfinex.service
Methods in org.knowm.xchange.bitfinex.service that return types with arguments of type BitfinexSymbolDetail Modifier and Type Method Description List<BitfinexSymbolDetail>BitfinexMarketDataServiceRaw. getSymbolDetails()Method parameters in org.knowm.xchange.bitfinex.service with type arguments of type BitfinexSymbolDetail Modifier and Type Method Description static ExchangeMetaDataBitfinexAdapters. adaptMetaData(ExchangeMetaData exchangeMetaData, List<BitfinexSymbolDetail> symbolDetails, Map<CurrencyPair,BigDecimal> lastPrices)Flipped order of arguments to avoid type-erasure clash withBitfinexAdapters.adaptMetaData(List, ExchangeMetaData) -
Uses of BitfinexSymbolDetail in org.knowm.xchange.bitfinex.v1
Methods in org.knowm.xchange.bitfinex.v1 that return types with arguments of type BitfinexSymbolDetail Modifier and Type Method Description List<BitfinexSymbolDetail>Bitfinex. getSymbolsDetails()
-