Uses of Class
info.bitrich.xchangestream.bitfinex.dto.BitfinexOrderbookLevel
-
Packages that use BitfinexOrderbookLevel Package Description info.bitrich.xchangestream.bitfinex.dto -
-
Uses of BitfinexOrderbookLevel in info.bitrich.xchangestream.bitfinex.dto
Fields in info.bitrich.xchangestream.bitfinex.dto declared as BitfinexOrderbookLevel Modifier and Type Field Description BitfinexOrderbookLevel
BitfinexWebSocketUpdateOrderbook. level
BitfinexOrderbookLevel[]
BitfinexWebSocketSnapshotOrderbook. levels
Methods in info.bitrich.xchangestream.bitfinex.dto with parameters of type BitfinexOrderbookLevel Modifier and Type Method Description void
BitfinexOrderbook. updateLevel(BitfinexOrderbookLevel level)
Constructors in info.bitrich.xchangestream.bitfinex.dto with parameters of type BitfinexOrderbookLevel Constructor Description BitfinexOrderbook(BitfinexOrderbookLevel[] levels)
BitfinexWebSocketUpdateOrderbook(BitfinexOrderbookLevel level)
-