Class CoingiRollingAggregation
java.lang.Object
org.knowm.xchange.coingi.dto.marketdata.CoingiRollingAggregation
A currency pair rolling aggregation.
-
Constructor Summary
ConstructorDescriptionCoingiRollingAggregation
(CoingiAggregationCurrencyPair currencyPair, BigDecimal last, BigDecimal lowestAsk, BigDecimal highestBid, BigDecimal baseVolume, BigDecimal counterVolume, BigDecimal high, BigDecimal low) -
Method Summary
-
Constructor Details
-
CoingiRollingAggregation
public CoingiRollingAggregation(CoingiAggregationCurrencyPair currencyPair, BigDecimal last, BigDecimal lowestAsk, BigDecimal highestBid, BigDecimal baseVolume, BigDecimal counterVolume, BigDecimal high, BigDecimal low)
-
-
Method Details