Uses of Class
dev.vality.damsel.withdrawals.provider_adapter.Quote
| Package | Description |
|---|---|
| dev.vality.damsel.withdrawals.provider_adapter |
-
Uses of Quote in dev.vality.damsel.withdrawals.provider_adapter
Fields in dev.vality.damsel.withdrawals.provider_adapter declared as Quote Modifier and Type Field Description QuoteWithdrawal. quoteQuoteAdapterSrv.GetQuote_result. successMethods in dev.vality.damsel.withdrawals.provider_adapter that return Quote Modifier and Type Method Description QuoteQuote. deepCopy()QuoteAdapterSrv.Client. getQuote(GetQuoteParams params, Map<String,String> opts)QuoteAdapterSrv.Iface. getQuote(GetQuoteParams params, Map<String,String> opts)Запрос к адаптеру на получение котировки.QuoteWithdrawal. getQuote()QuoteAdapterSrv.AsyncClient.GetQuote_call. getResult()QuoteAdapterSrv.GetQuote_result. getSuccess()QuoteAdapterSrv.Client. recvGetQuote()QuoteQuote. setCashFrom(Cash cash_from)QuoteQuote. setCashTo(Cash cash_to)QuoteQuote. setCreatedAt(String created_at)QuoteQuote. setExpiresOn(String expires_on)QuoteQuote. setQuoteData(Value quote_data)Methods in dev.vality.damsel.withdrawals.provider_adapter that return types with arguments of type Quote Modifier and Type Method Description org.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 Quote Modifier and Type Method Description intQuote. compareTo(Quote other)booleanQuote. equals(Quote that)WithdrawalWithdrawal. setQuote(Quote quote)AdapterSrv.GetQuote_resultAdapterSrv.GetQuote_result. setSuccess(Quote success)Method parameters in dev.vality.damsel.withdrawals.provider_adapter with type arguments of type Quote Modifier and Type Method Description 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)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 Quote Constructor Description GetQuote_result(Quote success, GetQuoteFailure ex1)Quote(Quote other)Performs a deep copy on other.Constructor parameters in dev.vality.damsel.withdrawals.provider_adapter with type arguments of type Quote Constructor Description 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)