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