Re: [Quickfix-developers] Missing tag 122
Brought to you by:
orenmnero
|
From: Caleb E. <cal...@gm...> - 2007-08-02 16:40:42
|
On 8/2/07, San...@ub... <San...@ub...> wrote: > Any idea how to stop all such validation/corrections done by quickfix? I > don't want ANY correction from quickfix side? Are you talking about messages you send or messages you receive? In the case of the former, OrigSendingTime is a bit of a special case and this behavior is not configurable. It is necessary to implement certain logic in order to be FIX compliant, and the handling of this field is one of those things. For example, you don't want to calculate your own message Checksums do you? Certain things are necessarily hard-wired. If want to disable validation of incoming messages, simply don't use a Data Dictionary for the session in question. -- Caleb Epstein |