public static StockMarket.StockInfo extract(org.omg.CORBA.Any a) {
   return (StockMarket.StockInfo) a.extract_Value();
 }