app / de.uniks.codliners.stock_simulator.network / asDomainQuote

asDomainQuote

fun CoinGeckoQuote.asDomainQuote(): Quote

Transforms a CoinGeckoQuote to an equivalent Quote.

Receiver
The CoinGeckoQuote that will be transformed.

Return
The equivalent Quote.

Author
Jan Müller

fun IEXQuote.asDomainQuote(): Quote

Transforms an IEXQuote to an equivalent Quote.

Receiver
The IEXQuote that will be transformed.

Return
The equivalent Quote.

Author
Jan Müller