Re: [Quickfix-developers] weird code
Brought to you by:
orenmnero
From: azmat <mr...@gm...> - 2008-03-05 22:07:13
|
thanks. But the confusing part of the code is that getGroup returns a Group BUT I am not placing it in any object, but it still compiles. It looks like a line of code that wouldn't do anything...like: "string".ToString(); mdsfr.getGroup(i, mdGroup) //what does this line do?? Any suggestions? It's really blowing my mind. thanks! azmat Hozaifa Akber Ali wrote: > > > Azmat, > > The line ur asking is getting the group of data number of times coming in > a response. this group contains tag 269, 270 and some more. tag 268 > (NoMDEntries) is the number of times. Code is correct just start the loop > from 1 not zero. > > Regards > Hozaifa Akber Ali > > > -- View this message in context: http://www.nabble.com/weird-code-tp15836751p15861131.html Sent from the QuickFIX - Dev mailing list archive at Nabble.com. |