app / de.uniks.codliners.stock_simulator.repository / QuoteRepository / quoteById

quoteById

fun quoteById(id: String): Quote?

Returns the Quote with the requested id or null if no such Quote exists.

Parameters

id - The id of the requested Quote.

Return
Quote with the requested id or null if no such Quote exists.