public void onFundamentals(
     MamdaSubscription subscription,
     MamdaFundamentalListener listener,
     MamaMsg msg,
     MamdaFundamentals fundamentals)
 {
     Console.WriteLine("Fundamental update (" + subscription.getSymbol() +
                       "    wDivFreq:" + fundamentals.getDividendFrequency() +
                       "    wMarketSector:" + fundamentals.getMarketSector() +
                       "    wMarketSegment:" + fundamentals.getMarketSegment()
                       );
 }
            public void onFundamentals(
			MamdaSubscription         subscription,
			MamdaFundamentalListener  listener,
			MamaMsg                   msg,
			MamdaFundamentals         fundamentals)
            {
                Console.WriteLine ("Fundamental update (" + subscription.getSymbol() +
                                   "    wDivFreq:" + fundamentals.getDividendFrequency() +
                                   "    wMarketSector:" + fundamentals.getMarketSector() +
                                   "    wMarketSegment:" + fundamentals.getMarketSegment()
                                    );
            }