Uses of Class
org.knowm.xchange.bitfinex.v2.dto.marketdata.Status
-
Packages that use Status Package Description org.knowm.xchange.bitfinex.service org.knowm.xchange.bitfinex.v2 -
-
Uses of Status in org.knowm.xchange.bitfinex.service
Methods in org.knowm.xchange.bitfinex.service that return types with arguments of type Status Modifier and Type Method Description List<Status>BitfinexMarketDataServiceRaw. getStatus(List<CurrencyPair> pairs) -
Uses of Status in org.knowm.xchange.bitfinex.v2
Methods in org.knowm.xchange.bitfinex.v2 that return types with arguments of type Status Modifier and Type Method Description List<Status>Bitfinex. getStatus(String type, String symbols)
-