Feature/increase historical market data gathering to 10 years (#1830)
* Increase historical market data gathering of currency pairs to 10+ years * Update changelog
This commit is contained in:
@@ -3,6 +3,6 @@ import { MarketData } from '@prisma/client';
|
||||
import { EnhancedSymbolProfile } from './enhanced-symbol-profile.interface';
|
||||
|
||||
export interface AdminMarketDataDetails {
|
||||
assetProfile: EnhancedSymbolProfile;
|
||||
assetProfile: Partial<EnhancedSymbolProfile>;
|
||||
marketData: MarketData[];
|
||||
}
|
||||
|
Reference in New Issue
Block a user