|
|
@ -529,8 +529,6 @@ export class DataProviderService implements OnModuleInit { |
|
|
}): Promise<{ |
|
|
}): Promise<{ |
|
|
[assetProfileIdentifier: string]: DataProviderResponse; |
|
|
[assetProfileIdentifier: string]: DataProviderResponse; |
|
|
}> { |
|
|
}> { |
|
|
// Keyed by asset profile identifier; each entry carries its symbol so the
|
|
|
|
|
|
// market data can be persisted without parsing the key
|
|
|
|
|
|
const response: { |
|
|
const response: { |
|
|
[assetProfileIdentifier: string]: DataProviderResponse & { |
|
|
[assetProfileIdentifier: string]: DataProviderResponse & { |
|
|
symbol: string; |
|
|
symbol: string; |
|
|
|