Exemple #1
0
 public WasEoDiffData(OptionTribeElementListData watchElementListData)
 {
     this.WatchElementList = watchElementListData;
 }
 public WasEachController(CallPutFlag cp, double strike)
 {
     _watchElementListData = new OptionTribeElementListData(cp, strike);
     _eoDiffData = new WasEoDiffData(_watchElementListData);
     _eoDiffController = new WasEoDiffController();
 }