Browse Source

Refactoring

pull/7056/head
Thomas Kaul 4 weeks ago
parent
commit
a0d3983852
  1. 3
      libs/common/src/lib/interfaces/asset-profile-item.interface.ts

3
libs/common/src/lib/interfaces/asset-profile-item.interface.ts

@ -4,6 +4,7 @@ export interface AssetProfileItem {
activitiesCount: number; activitiesCount: number;
assetClass?: AssetClass; assetClass?: AssetClass;
assetSubClass?: AssetSubClass; assetSubClass?: AssetSubClass;
comment?: string;
countriesCount: number; countriesCount: number;
currency: string; currency: string;
dataSource: DataSource; dataSource: DataSource;
@ -11,7 +12,7 @@ export interface AssetProfileItem {
id: string; id: string;
isActive: boolean; isActive: boolean;
isBenchmark?: boolean; isBenchmark?: boolean;
isin?: string | null; isin?: string;
isUsedByUsersWithSubscription?: boolean; isUsedByUsersWithSubscription?: boolean;
lastMarketPrice: number; lastMarketPrice: number;
marketDataItemCount: number; marketDataItemCount: number;

Loading…
Cancel
Save