Uses of Class
dev.vality.damsel.withdrawals.provider_adapter.Quote
Packages that use Quote
-
Uses of Quote in dev.vality.damsel.withdrawals.provider_adapter
Fields in dev.vality.damsel.withdrawals.provider_adapter declared as QuoteMethods in dev.vality.damsel.withdrawals.provider_adapter that return QuoteModifier and TypeMethodDescriptionQuote.deepCopy()AdapterSrv.Client.getQuote(GetQuoteParams params, Map<String, String> opts) AdapterSrv.Iface.getQuote(GetQuoteParams params, Map<String, String> opts) Запрос к адаптеру на получение котировки.Withdrawal.getQuote()AdapterSrv.AsyncClient.GetQuote_call.getResult()AdapterSrv.GetQuote_result.getSuccess()AdapterSrv.Client.recvGetQuote()Quote.setCashFrom(Cash cash_from) Quote.setCreatedAt(String created_at) Quote.setExpiresOn(String expires_on) Quote.setQuoteData(Value quote_data) Methods in dev.vality.damsel.withdrawals.provider_adapter that return types with arguments of type QuoteModifier and TypeMethodDescriptionorg.apache.thrift.async.AsyncMethodCallback<Quote>AdapterSrv.AsyncProcessor.GetQuote.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid) Methods in dev.vality.damsel.withdrawals.provider_adapter with parameters of type QuoteModifier and TypeMethodDescriptionintbooleanAdapterSrv.GetQuote_result.setSuccess(Quote success) Method parameters in dev.vality.damsel.withdrawals.provider_adapter with type arguments of type QuoteModifier and TypeMethodDescriptionvoidAdapterSrv.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) voidAdapterSrv.AsyncProcessor.GetQuote.start(I iface, AdapterSrv.GetQuote_args args, org.apache.thrift.async.AsyncMethodCallback<Quote> resultHandler) Constructors in dev.vality.damsel.withdrawals.provider_adapter with parameters of type QuoteModifierConstructorDescriptionGetQuote_result(Quote success, GetQuoteFailure ex1) Performs a deep copy on other.Constructor parameters in dev.vality.damsel.withdrawals.provider_adapter with type arguments of type QuoteModifierConstructorDescriptionGetQuote_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)