public static IEnumerable<string> GetPerimeter(AllUnderlyings allUnderlyings)
 {
     return allUnderlyings.GetProducts();
 }
Beispiel #2
0
 public static IEnumerable <string> GetPerimeter(AllUnderlyings allUnderlyings)
 {
     return(allUnderlyings.GetProducts());
 }
Beispiel #3
0
 public static IEnumerable <string> GetPerimeter()
 {
     return(AllUnderlyings.GetAll());
 }
 public MassPricerPublisher(AllUnderlyings allUnderlyings)
 {
     _allUnderlyings = allUnderlyings;
 }
Beispiel #5
0
 public static IEnumerable <string> GetPerimeter()
 {
     //FIXME : ne prendre en compte que les sousjacents commençant par un C
     return(AllUnderlyings.GetAll());
 }
Beispiel #6
0
 public MassPricerPublisher(AllUnderlyings allUnderlyings)
 {
     _allUnderlyings = allUnderlyings;
 }