[Quickfix-developers] Printing Mechanism
Brought to you by:
orenmnero
From: Alok L. <al...@ra...> - 2003-07-16 20:18:45
|
All, I'm having a problem validating the expected body length of a message and the actual body length (ie, what the message says is the body length and what quickfix calculates to be the body length). I want to see the guts of the message I've received and I want to do this particularly in the validate method of Message.h. Does quickfix have any built in printing mechanism that I can use for debugging to see the inside of a message header or a field map or trailer? Do I have to use printf? If so how do I find out the argument types? Apologies is this is question is a little naive but I really need to get this workin. Thanks for any help. Alok |