Uses of Class
dev.vality.xrates.rate.QuoteNotFound
| Package | Description |
|---|---|
| dev.vality.xrates.rate |
-
Uses of QuoteNotFound in dev.vality.xrates.rate
Fields in dev.vality.xrates.rate declared as QuoteNotFound Modifier and Type Field Description QuoteNotFoundRatesSrv.GetConvertedAmount_result. ex1QuoteNotFoundRatesSrv.GetExchangeRates_result. ex1Methods in dev.vality.xrates.rate that return QuoteNotFound Modifier and Type Method Description QuoteNotFoundQuoteNotFound. deepCopy()QuoteNotFoundRatesSrv.GetConvertedAmount_result. getEx1()QuoteNotFoundRatesSrv.GetExchangeRates_result. getEx1()Methods in dev.vality.xrates.rate with parameters of type QuoteNotFound Modifier and Type Method Description intQuoteNotFound. compareTo(QuoteNotFound other)booleanQuoteNotFound. equals(QuoteNotFound that)RatesSrv.GetConvertedAmount_resultRatesSrv.GetConvertedAmount_result. setEx1(QuoteNotFound ex1)RatesSrv.GetExchangeRates_resultRatesSrv.GetExchangeRates_result. setEx1(QuoteNotFound ex1)Methods in dev.vality.xrates.rate that throw QuoteNotFound Modifier and Type Method Description RationalRatesSrv.Client. getConvertedAmount(String source, ConversionRequest request)RationalRatesSrv.Iface. getConvertedAmount(String source, ConversionRequest request)ExchangeRateDataRatesSrv.Client. getExchangeRates(String source, String datetime)ExchangeRateDataRatesSrv.Iface. getExchangeRates(String source, String datetime)RationalRatesSrv.AsyncClient.GetConvertedAmount_call. getResult()ExchangeRateDataRatesSrv.AsyncClient.GetExchangeRates_call. getResult()RationalRatesSrv.Client. recvGetConvertedAmount()ExchangeRateDataRatesSrv.Client. recvGetExchangeRates()Constructors in dev.vality.xrates.rate with parameters of type QuoteNotFound Constructor Description GetConvertedAmount_result(Rational success, QuoteNotFound ex1, CurrencyNotFound ex2)GetExchangeRates_result(ExchangeRateData success, QuoteNotFound ex1)QuoteNotFound(QuoteNotFound other)Performs a deep copy on other.