Esempio n. 1
0
 public SectorValuationDataPointAggregate(ValuationDataPoint data = null)
 {
     Sector = data;
 }
Esempio n. 2
0
 public ValuationDataPointAggregate(ValuationDataPoint self, ValuationDataPoint sector, ValuationDataPoint industry)
 {
     Self     = self;
     Sector   = sector;
     Industry = industry;
 }