|
|
@ -135,10 +135,10 @@ export class YahooFinanceDataEnhancerService implements DataEnhancerInterface { |
|
|
shortName, |
|
|
shortName, |
|
|
symbol |
|
|
symbol |
|
|
}: { |
|
|
}: { |
|
|
longName: Price['longName']; |
|
|
longName?: Price['longName']; |
|
|
quoteType: Price['quoteType']; |
|
|
quoteType?: Price['quoteType']; |
|
|
shortName: Price['shortName']; |
|
|
shortName?: Price['shortName']; |
|
|
symbol: Price['symbol']; |
|
|
symbol?: Price['symbol']; |
|
|
}) { |
|
|
}) { |
|
|
let name = longName; |
|
|
let name = longName; |
|
|
|
|
|
|
|
|
|