Re: [Quickfix-developers] Adding Field Names to Incoming/Outgoing Log Files?
Brought to you by:
orenmnero
|
From: Caleb E. <cal...@gm...> - 2005-07-12 16:08:08
|
On 7/5/05, Scott D Johnson <sc...@co...> wrote: > For example:=20 > =20 > BeginString (8)=3DFIX.4.2=01BodyLength(9)=3D67=01MsgType(35)=3DA...=20 > =20 > Instead of:=20 > =20 > 8=3DFIX.4.2=019=3D67=0135=3DA...=20 You can implement your own logging class derived from FileLog that does this. You'd just need to override the onIncoming and onOutgoing methods to write the messages in this more verbose form. With a little help from DataDictionary it shouldn't be too hard. --=20 Caleb Epstein caleb dot epstein at gmail dot com |