|
From: Ravi N. <rav...@gm...> - 2018-04-16 11:51:04
|
Hi, I am using the QuickFix library to parse the FIX messages in FIX4.0 - FIX4.4 versions. Consider a record that has multiple errors: like one missing mandatory field and one field of wrong type. The parser just throws an error on encountering the first error(Missing mandatory field in the above case) and returns. I want to capture all the errors present in each record. Do I have to modify the QuickFIX code for this or any mechanism already exists already? If I have to modify the code, are the modifications allowed as part of QuickFIX license agreement? Regards, Ravi |