Re: [Quickfix-developers] Problems creating Quickfix.Message from string
Brought to you by:
orenmnero
|
From: Andrei G. <an...@gm...> - 2006-12-14 17:43:15
|
On 12/13/06, Andrei Goldchleger <an...@gm...> wrote: > Hi there, > > I may be missing something obvious, but when building a > QuickFix.Message from a string, I am getting a QuickFix.InvalidMessage > thrown. The following snippet depicts the problem: Ok, got the problem. MsgLength was incorrect, and the caused the creation to fail. |