Add name to position

This commit is contained in:
Thomas
2021-07-25 12:23:18 +02:00
parent e2c23703dc
commit e0435e5cad
3 changed files with 23 additions and 16 deletions

View File

@@ -9,6 +9,7 @@ export interface TimelinePosition {
grossPerformancePercentage: Big;
investment: Big;
marketPrice: number;
name: string;
quantity: Big;
symbol: string;
transactionCount: number;