Uses of Class
dev.vality.xrates.base.Rational
| Package | Description |
|---|---|
| dev.vality.xrates.base | |
| dev.vality.xrates.rate |
-
Uses of Rational in dev.vality.xrates.base
Methods in dev.vality.xrates.base that return Rational Modifier and Type Method Description RationalRational. deepCopy()RationalRational. setP(long p)RationalRational. setQ(long q)Methods in dev.vality.xrates.base with parameters of type Rational Modifier and Type Method Description intRational. compareTo(Rational other)booleanRational. equals(Rational that)Constructors in dev.vality.xrates.base with parameters of type Rational Constructor Description Rational(Rational other)Performs a deep copy on other. -
Uses of Rational in dev.vality.xrates.rate
Fields in dev.vality.xrates.rate declared as Rational Modifier and Type Field Description RationalQuote. exchange_rateRationalRatesSrv.GetConvertedAmount_result. successMethods in dev.vality.xrates.rate that return Rational Modifier and Type Method Description RationalRatesSrv.Client. getConvertedAmount(String source, ConversionRequest request)RationalRatesSrv.Iface. getConvertedAmount(String source, ConversionRequest request)RationalQuote. getExchangeRate()RationalRatesSrv.AsyncClient.GetConvertedAmount_call. getResult()RationalRatesSrv.GetConvertedAmount_result. getSuccess()RationalRatesSrv.Client. recvGetConvertedAmount()Methods in dev.vality.xrates.rate that return types with arguments of type Rational Modifier and Type Method Description org.apache.thrift.async.AsyncMethodCallback<Rational>RatesSrv.AsyncProcessor.GetConvertedAmount. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)Methods in dev.vality.xrates.rate with parameters of type Rational Modifier and Type Method Description QuoteQuote. setExchangeRate(Rational exchange_rate)RatesSrv.GetConvertedAmount_resultRatesSrv.GetConvertedAmount_result. setSuccess(Rational success)Method parameters in dev.vality.xrates.rate with type arguments of type Rational Modifier and Type Method Description voidRatesSrv.AsyncClient. getConvertedAmount(String source, ConversionRequest request, org.apache.thrift.async.AsyncMethodCallback<Rational> resultHandler)voidRatesSrv.AsyncIface. getConvertedAmount(String source, ConversionRequest request, org.apache.thrift.async.AsyncMethodCallback<Rational> resultHandler)voidRatesSrv.AsyncProcessor.GetConvertedAmount. start(I iface, RatesSrv.GetConvertedAmount_args args, org.apache.thrift.async.AsyncMethodCallback<Rational> resultHandler)Constructors in dev.vality.xrates.rate with parameters of type Rational Constructor Description GetConvertedAmount_result(Rational success, QuoteNotFound ex1, CurrencyNotFound ex2)Quote(Currency source, Currency destination, Rational exchange_rate)Constructor parameters in dev.vality.xrates.rate with type arguments of type Rational Constructor Description GetConvertedAmount_call(String source, ConversionRequest request, org.apache.thrift.async.AsyncMethodCallback<Rational> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)