Class CoingiRollingAggregation
java.lang.Object
org.knowm.xchange.coingi.dto.marketdata.CoingiRollingAggregation
public class CoingiRollingAggregation extends Object
A currency pair rolling aggregation.
-
Constructor Summary
Constructors Constructor Description CoingiRollingAggregation(CoingiAggregationCurrencyPair currencyPair, BigDecimal last, BigDecimal lowestAsk, BigDecimal highestBid, BigDecimal baseVolume, BigDecimal counterVolume, BigDecimal high, BigDecimal low)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
BigDecimal
getBaseVolume()
BigDecimal
getCounterVolume()
CoingiAggregationCurrencyPair
getCurrencyPair()
BigDecimal
getHigh()
BigDecimal
getHighestBid()
BigDecimal
getLast()
BigDecimal
getLow()
BigDecimal
getLowestAsk()
int
hashCode()
-
Constructor Details
-
CoingiRollingAggregation
public CoingiRollingAggregation(CoingiAggregationCurrencyPair currencyPair, BigDecimal last, BigDecimal lowestAsk, BigDecimal highestBid, BigDecimal baseVolume, BigDecimal counterVolume, BigDecimal high, BigDecimal low)
-
-
Method Details