public CorpActionIPO()
 {
     this._iPOExchange = new List<string>();
     this._dateRange = new DateRange();
 }
 public CorpActionHistory()
 {
     this._corpActionHistoryShares = new CorpActionHistoryShares();
     this._dateRange = new DateRange();
 }