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

asDomainSymbol

fun CoinGeckoSymbol.asDomainSymbol(): Symbol

Transforms a CoinGeckoSymbol to an equivalent Symbol.

Receiver
The CoinGeckoSymbol that will be transformed.

Return
The equivalent Symbol.

Author
Jan Müller

fun IEXSymbol.asDomainSymbol(): Symbol

Transforms an IEXSymbol to an equivalent Symbol.

Receiver
The IEXSymbol that will be transformed.

Return
The equivalent Symbol.

Author
Jan Müller