|
@ -197,15 +197,10 @@ export class EodHistoricalDataService implements DataProviderInterface { |
|
|
private convertCurrency(aCurrency: string) { |
|
|
private convertCurrency(aCurrency: string) { |
|
|
let currency = aCurrency; |
|
|
let currency = aCurrency; |
|
|
|
|
|
|
|
|
console.log('convertCurrency', currency); |
|
|
|
|
|
|
|
|
|
|
|
if (currency === 'GBX') { |
|
|
if (currency === 'GBX') { |
|
|
currency = 'GBp'; |
|
|
currency = 'GBp'; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
console.log(currency); |
|
|
|
|
|
console.log('---'); |
|
|
|
|
|
|
|
|
|
|
|
return currency; |
|
|
return currency; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|