Uses of Class
dev.vality.damsel.withdrawals.provider_adapter.GetQuoteParams
Packages that use GetQuoteParams
-
Uses of GetQuoteParams in dev.vality.damsel.withdrawals.provider_adapter
Fields in dev.vality.damsel.withdrawals.provider_adapter declared as GetQuoteParamsMethods in dev.vality.damsel.withdrawals.provider_adapter that return GetQuoteParamsModifier and TypeMethodDescriptionGetQuoteParams.deepCopy()AdapterSrv.GetQuote_args.getParams()GetQuoteParams.setCurrencyFrom(Currency currency_from) GetQuoteParams.setCurrencyTo(Currency currency_to) GetQuoteParams.setDestination(Destination destination) GetQuoteParams.setExchangeCash(Cash exchange_cash) Сумма в одной из валют обменаGetQuoteParams.setIdempotencyId(String idempotency_id) Methods in dev.vality.damsel.withdrawals.provider_adapter with parameters of type GetQuoteParamsModifier and TypeMethodDescriptionintGetQuoteParams.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) AdapterSrv.Client.getQuote(GetQuoteParams params, Map<String, String> opts) AdapterSrv.Iface.getQuote(GetQuoteParams params, Map<String, String> opts) Запрос к адаптеру на получение котировки.voidAdapterSrv.Client.sendGetQuote(GetQuoteParams params, Map<String, String> opts) AdapterSrv.GetQuote_args.setParams(GetQuoteParams params) Constructors in dev.vality.damsel.withdrawals.provider_adapter with parameters of type GetQuoteParamsModifierConstructorDescriptionGetQuote_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.