Package | Description |
---|---|
com.xeiam.xchange.yacuna.dto.marketdata |
Modifier and Type | Method and Description |
---|---|
YacunaCurrencyAmountPair |
YacunaTickerOverallStatistics.getBuyPricePair() |
YacunaCurrencyAmountPair |
YacunaTickerDailyStatistics.getHighPricePair() |
YacunaCurrencyAmountPair |
YacunaTickerOverallStatistics.getLastPricePair() |
YacunaCurrencyAmountPair |
YacunaTickerDailyStatistics.getLowPricePair() |
YacunaCurrencyAmountPair |
YacunaTickerOverallStatistics.getSellPricePair() |
YacunaCurrencyAmountPair |
YacunaTickerDailyStatistics.getVolumePair() |
Constructor and Description |
---|
YacunaTickerDailyStatistics(YacunaCurrencyAmountPair lowPricePair,
YacunaCurrencyAmountPair highPricePair,
YacunaCurrencyAmountPair volumePair) |
YacunaTickerOverallStatistics(Date timestamp,
YacunaCurrencyAmountPair buyPricePair,
YacunaCurrencyAmountPair sellPricePair,
YacunaCurrencyAmountPair lastPricePair) |
Copyright © 2012–2017 Xeiam, LLC. All rights reserved.