app / de.uniks.codliners.stock_simulator.network / kotlin.collections.List / asDomainSymbols

asDomainSymbols

fun List<CoinGeckoSymbol>.asDomainSymbols(): Array<Symbol>

Transforms a CoinGeckoSymbol to an equivalent Symbol.

Receiver
The CoinGeckoSymbol that will be transformed.

Return
The equivalent Symbol.

Author
Jan Müller

fun List<IEXSymbol>.asDomainSymbols(): Array<Symbol>

Transforms an IEXSymbol to an equivalent Symbol.

Receiver
The IEXSymbol that will be transformed.

Return
The equivalent Symbol.

Author
Jan Müller