asDomainHistoricalPrices |
Transforms an IEXHistoricalPrice to an equivalent HistoricalPrice. fun List<IEXHistoricalPrice>.asDomainHistoricalPrices(id: String): List<HistoricalPrice> |
asDomainSymbols |
Transforms a CoinGeckoSymbol to an equivalent Symbol. fun List<CoinGeckoSymbol>.asDomainSymbols(): Array<Symbol>
Transforms an IEXSymbol to an equivalent Symbol. fun List<IEXSymbol>.asDomainSymbols(): Array<Symbol> |