Ejemplo 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());
        }
Ejemplo n.º 2
0
 public MassPricerPublisher(AllUnderlyings allUnderlyingsProvider)
 {
     _allUnderlyingsProvider = allUnderlyingsProvider;
 }