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

quoteWithId

fun quoteWithId(id: String): LiveData<Quote>

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

Parameters

id - The id of the requested Quote.

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