Changes
This commit is contained in:
@@ -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;}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user