refactor get position endpoint
Co-authored-by: Thomas <dotsilver@gmail.com>
This commit is contained in:
@@ -67,7 +67,7 @@ export class PositionDetailDialog implements OnDestroy {
|
||||
this.benchmarkDataItems = [];
|
||||
this.currency = currency;
|
||||
this.firstBuyDate = firstBuyDate;
|
||||
this.grossPerformance = quantity * grossPerformance;
|
||||
this.grossPerformance = grossPerformance;
|
||||
this.grossPerformancePercent = grossPerformancePercent;
|
||||
this.historicalDataItems = historicalData.map(
|
||||
(historicalDataItem) => {
|
||||
|
Reference in New Issue
Block a user