This commit is contained in:
2025-04-08 11:11:01 -04:00
parent c3f29bbef7
commit dea4df678d
4 changed files with 118 additions and 8 deletions

View File

@@ -19,7 +19,7 @@ namespace MarketData.MarketDataModel
public PortfolioTrades Trades { get; set; }
}
// ************************************************************************************
public class GainLossSummaryItemDetail: GainLossSummaryItem
public class GainLossSummaryItemDetail : GainLossSummaryItem
{
public GainLossSummaryItemDetail()
{
@@ -46,6 +46,5 @@ namespace MarketData.MarketDataModel
public double PercentDistanceFromAllTimeGainLossPercent{get;set;}
public Price LatestPrice{get;set;}
public double PriceChange{get;set;}
public bool HasStopLimit{get;set;}
}
}