Uses of Class
app.cybrid.cybrid_api_bank.client.model.QuoteBankModel
-
Packages that use QuoteBankModel Package Description app.cybrid.cybrid_api_bank.client.api app.cybrid.cybrid_api_bank.client.model -
-
Uses of QuoteBankModel in app.cybrid.cybrid_api_bank.client.api
Methods in app.cybrid.cybrid_api_bank.client.api that return types with arguments of type QuoteBankModel Modifier and Type Method Description reactor.core.publisher.Mono<QuoteBankModel>QuotesBankApi. createQuote(PostQuoteBankModel postQuoteBankModel)Create Quote Creates a quote.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<QuoteBankModel>>QuotesBankApi. createQuoteWithHttpInfo(PostQuoteBankModel postQuoteBankModel)reactor.core.publisher.Mono<QuoteBankModel>QuotesBankApi. getQuote(String quoteGuid)Get Quote Retrieves a quote.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<QuoteBankModel>>QuotesBankApi. getQuoteWithHttpInfo(String quoteGuid) -
Uses of QuoteBankModel in app.cybrid.cybrid_api_bank.client.model
Methods in app.cybrid.cybrid_api_bank.client.model that return QuoteBankModel Modifier and Type Method Description QuoteBankModelQuoteBankModel. asset(String asset)QuoteBankModelQuoteBankModel. customerGuid(String customerGuid)QuoteBankModelQuoteBankModel. deliverAmount(BigInteger deliverAmount)QuoteBankModelQuoteBankModel. expiresAt(OffsetDateTime expiresAt)QuoteBankModelQuoteBankModel. fee(BigInteger fee)QuoteBankModelQuoteBankModel. guid(String guid)QuoteBankModelQuoteBankModel. issuedAt(OffsetDateTime issuedAt)QuoteBankModelQuoteBankModel. networkFee(BigInteger networkFee)QuoteBankModelQuoteBankModel. networkFeeAsset(String networkFeeAsset)QuoteBankModelQuoteBankModel. productType(QuoteBankModel.ProductTypeEnum productType)QuoteBankModelQuoteBankModel. receiveAmount(BigInteger receiveAmount)QuoteBankModelQuoteBankModel. side(QuoteBankModel.SideEnum side)QuoteBankModelQuoteBankModel. symbol(String symbol)Methods in app.cybrid.cybrid_api_bank.client.model that return types with arguments of type QuoteBankModel Modifier and Type Method Description List<QuoteBankModel>QuoteListBankModel. getObjects()Get objectsMethods in app.cybrid.cybrid_api_bank.client.model with parameters of type QuoteBankModel Modifier and Type Method Description QuoteListBankModelQuoteListBankModel. addObjectsItem(QuoteBankModel objectsItem)Method parameters in app.cybrid.cybrid_api_bank.client.model with type arguments of type QuoteBankModel Modifier and Type Method Description QuoteListBankModelQuoteListBankModel. objects(List<QuoteBankModel> objects)voidQuoteListBankModel. setObjects(List<QuoteBankModel> objects)
-