Ejemplo n.º 1
0
 public NewsCloseOutFilter(BaseStrategy strategy, NewsReports newsReports) : base(strategy)
 {
     this.strategy = strategy;
     this.newsReports = newsReports;
 }
Ejemplo n.º 2
0
 public NewsInputFilter(BaseStrategy strategy, NewsReports newsReports) : base(strategy)
 {
     this.strategy    = strategy;
     this.newsReports = newsReports;
 }