Uses of Class
app.cybrid.cybrid_api_bank.client.model.SymbolPriceBankModel
-
Packages that use SymbolPriceBankModel Package Description app.cybrid.cybrid_api_bank.client.api app.cybrid.cybrid_api_bank.client.model -
-
Uses of SymbolPriceBankModel in app.cybrid.cybrid_api_bank.client.api
Methods in app.cybrid.cybrid_api_bank.client.api that return types with arguments of type SymbolPriceBankModel Modifier and Type Method Description reactor.core.publisher.Flux<SymbolPriceBankModel>PricesBankApi. listPrices(String symbol, String tradingSymbol, String payoutSymbol, String payoutCountryCode, String payoutParticipantsType, String payoutRoute, String bankGuid)Get Price Retrieves a listing of symbol prices.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<SymbolPriceBankModel>>>PricesBankApi. listPricesWithHttpInfo(String symbol, String tradingSymbol, String payoutSymbol, String payoutCountryCode, String payoutParticipantsType, String payoutRoute, String bankGuid) -
Uses of SymbolPriceBankModel in app.cybrid.cybrid_api_bank.client.model
Methods in app.cybrid.cybrid_api_bank.client.model that return SymbolPriceBankModel Modifier and Type Method Description SymbolPriceBankModelSymbolPriceBankModel. buyPrice(BigInteger buyPrice)SymbolPriceBankModelSymbolPriceBankModel. buyPriceLastUpdatedAt(OffsetDateTime buyPriceLastUpdatedAt)SymbolPriceBankModelSymbolPriceBankModel. countryCode(String countryCode)SymbolPriceBankModelSymbolPriceBankModel. participantsType(String participantsType)SymbolPriceBankModelSymbolPriceBankModel. route(String route)SymbolPriceBankModelSymbolPriceBankModel. sellPrice(BigInteger sellPrice)SymbolPriceBankModelSymbolPriceBankModel. sellPriceLastUpdatedAt(OffsetDateTime sellPriceLastUpdatedAt)SymbolPriceBankModelSymbolPriceBankModel. symbol(String symbol)SymbolPriceBankModelSymbolPriceBankModel. type(String type)
-