Uses of Class
dev.vality.damsel.withdrawals.provider_adapter.GetQuoteParams
| Package | Description |
|---|---|
| dev.vality.damsel.withdrawals.provider_adapter |
-
Uses of GetQuoteParams in dev.vality.damsel.withdrawals.provider_adapter
Fields in dev.vality.damsel.withdrawals.provider_adapter declared as GetQuoteParams Modifier and Type Field Description GetQuoteParamsAdapterSrv.GetQuote_args. paramsMethods in dev.vality.damsel.withdrawals.provider_adapter that return GetQuoteParams Modifier and Type Method Description GetQuoteParamsGetQuoteParams. deepCopy()GetQuoteParamsAdapterSrv.GetQuote_args. getParams()GetQuoteParamsGetQuoteParams. setCurrencyFrom(Currency currency_from)GetQuoteParamsGetQuoteParams. setCurrencyTo(Currency currency_to)GetQuoteParamsGetQuoteParams. setExchangeCash(Cash exchange_cash)Сумма в одной из валют обменаGetQuoteParamsGetQuoteParams. setIdempotencyId(String idempotency_id)Methods in dev.vality.damsel.withdrawals.provider_adapter with parameters of type GetQuoteParams Modifier and Type Method Description intGetQuoteParams. compareTo(GetQuoteParams other)booleanGetQuoteParams. equals(GetQuoteParams that)voidAdapterSrv.AsyncClient. getQuote(GetQuoteParams params, Map<String,String> opts, org.apache.thrift.async.AsyncMethodCallback<Quote> resultHandler)voidAdapterSrv.AsyncIface. getQuote(GetQuoteParams params, Map<String,String> opts, org.apache.thrift.async.AsyncMethodCallback<Quote> resultHandler)QuoteAdapterSrv.Client. getQuote(GetQuoteParams params, Map<String,String> opts)QuoteAdapterSrv.Iface. getQuote(GetQuoteParams params, Map<String,String> opts)Запрос к адаптеру на получение котировки.voidAdapterSrv.Client. sendGetQuote(GetQuoteParams params, Map<String,String> opts)AdapterSrv.GetQuote_argsAdapterSrv.GetQuote_args. setParams(GetQuoteParams params)Constructors in dev.vality.damsel.withdrawals.provider_adapter with parameters of type GetQuoteParams Constructor Description GetQuote_args(GetQuoteParams params, Map<String,String> opts)GetQuote_call(GetQuoteParams params, Map<String,String> opts, org.apache.thrift.async.AsyncMethodCallback<Quote> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)GetQuoteParams(GetQuoteParams other)Performs a deep copy on other.