Uses of Class
org.knowm.xchange.bitz.dto.marketdata.BitZPublicTrade
Package | Description |
---|---|
org.knowm.xchange.bitz | |
org.knowm.xchange.bitz.dto.marketdata |
-
Uses of BitZPublicTrade in org.knowm.xchange.bitz
Methods in org.knowm.xchange.bitz with parameters of type BitZPublicTrade Modifier and Type Method Description static Trade
BitZAdapters. adaptTrade(BitZPublicTrade trade, CurrencyPair pair)
-
Uses of BitZPublicTrade in org.knowm.xchange.bitz.dto.marketdata
Methods in org.knowm.xchange.bitz.dto.marketdata that return BitZPublicTrade Modifier and Type Method Description BitZPublicTrade[]
BitZTrades. getTrades()
Constructors in org.knowm.xchange.bitz.dto.marketdata with parameters of type BitZPublicTrade Constructor Description BitZTrades(BigDecimal min, BigDecimal max, BigDecimal sum, BitZPublicTrade[] trades)