Uses of Class
dev.vality.xrates.rate.Quote
| Package | Description |
|---|---|
| dev.vality.xrates.rate |
-
Uses of Quote in dev.vality.xrates.rate
Fields in dev.vality.xrates.rate with type parameters of type Quote Modifier and Type Field Description List<Quote>ExchangeRateData. quotesMethods in dev.vality.xrates.rate that return Quote Modifier and Type Method Description QuoteQuote. deepCopy()QuoteQuote. setDestination(Currency destination)QuoteQuote. setExchangeRate(Rational exchange_rate)QuoteQuote. setSource(Currency source)Methods in dev.vality.xrates.rate that return types with arguments of type Quote Modifier and Type Method Description List<Quote>ExchangeRateData. getQuotes()Iterator<Quote>ExchangeRateData. getQuotesIterator()Methods in dev.vality.xrates.rate with parameters of type Quote Modifier and Type Method Description voidExchangeRateData. addToQuotes(Quote elem)intQuote. compareTo(Quote other)booleanQuote. equals(Quote that)Method parameters in dev.vality.xrates.rate with type arguments of type Quote Modifier and Type Method Description ExchangeRateDataExchangeRateData. setQuotes(List<Quote> quotes)Constructors in dev.vality.xrates.rate with parameters of type Quote Constructor Description Quote(Quote other)Performs a deep copy on other.Constructor parameters in dev.vality.xrates.rate with type arguments of type Quote Constructor Description ExchangeRateData(TimestampInterval interval, List<Quote> quotes)