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