Esempio n. 1
0
        public static IEnumerable <string> GetPerimeter(AllUnderlyings allUnderlyings)
        {
            //FIXME : ne prendre en compte que les sousjacents commençant par un C

            return(allUnderlyings.GetAllProducts());
        }
 public MassPricerPublisher(AllUnderlyings allUnderlyingsProvider)
 {
     _allUnderlyingsProvider = allUnderlyingsProvider;
 }