Uses of Class
org.knowm.xchange.bitfinex.v1.dto.marketdata.BitfinexLevel
| Package | Description |
|---|---|
| org.knowm.xchange.bitfinex.service | |
| org.knowm.xchange.bitfinex.v1.dto.marketdata |
-
Uses of BitfinexLevel in org.knowm.xchange.bitfinex.service
Methods in org.knowm.xchange.bitfinex.service with parameters of type BitfinexLevel Modifier and Type Method Description static BitfinexAdapters.OrdersContainerBitfinexAdapters. adaptOrders(BitfinexLevel[] bitfinexLevels, CurrencyPair currencyPair, Order.OrderType orderType) -
Uses of BitfinexLevel in org.knowm.xchange.bitfinex.v1.dto.marketdata
Methods in org.knowm.xchange.bitfinex.v1.dto.marketdata that return BitfinexLevel Modifier and Type Method Description BitfinexLevel[]BitfinexDepth. getAsks()BitfinexLevel[]BitfinexDepth. getBids()Constructors in org.knowm.xchange.bitfinex.v1.dto.marketdata with parameters of type BitfinexLevel Constructor Description BitfinexDepth(BitfinexLevel[] asks, BitfinexLevel[] bids)Constructor