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