Re: [Quickfix-developers] Re: Problem with 4.4 header fields 627-630
Brought to you by:
orenmnero
|
From: Caleb E. <cal...@gm...> - 2005-12-14 16:53:38
|
On 12/13/05, Loic Guezennec <loi...@sw...> wrote: > I got around this problem by moving the 627-630 field definition out of > the > header section into the different message sections in the FIX44.xml. > I don't think that's the best way to do it though, so I guess this is a > bug > really :) I doesn't look like those fields appeared in the header of the message you pasted. They seem to be in the message body. To add fields to the header you need to do something like msg.getHeader().setField (ARGS). Using msg.setField() will add the field to the body. -- Caleb Epstein caleb dot epstein at gmail dot com |