Re: [Quickfix-developers] Creating/Cracking a message from a log file?
Brought to you by:
orenmnero
|
From: Caleb E. <cal...@gm...> - 2007-10-03 14:50:31
|
On 9/22/07, John K. <kam...@gm...> wrote: > > > however when I try to use a method like say getString(8), I get a > FieldNotFound exception, is this right? According to the XML output, all > the > fields have been found, so what gives? Tag 8 is in the header of the message, so you'd need to call msg.getHeader ().getString(8) -- Caleb Epstein |