예제 #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());
        }
예제 #2
0
 public MassPricerPublisher(AllUnderlyings allUnderlyingsProvider)
 {
     _allUnderlyingsProvider = allUnderlyingsProvider;
 }