Since I guess this is a time for requests I would ask that a COUNT method be added to the COM for developers for the Symbols Class. This way the developer can more precisely control the iterative loop through the symbols.
For example suppose we have a symbols class defined as Interop::QuotesPlus::SymbolsClass *mySymbols = new Interop::QuotesPlus::SymbolsClass; mySymbols->LISTBY = Interop::QuotesPlus::LISTBY::QPLB_STOCKS; It would be nice to have a method where the programmer could do something like int int_Count = mySymbols->Count(); int_Count would represent the number of stocks to iterate through in mySymbols. Just a thought. John ------------------------ Yahoo! Groups Sponsor --------------------~--> Yahoo! Groups gets a make over. See the new email design. http://us.click.yahoo.com/XISQkA/lOaOAA/yQLSAA/GHeqlB/TM --------------------------------------------------------------------~-> Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/quotes-plus/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
