<html><head><title>Best way to handle custom messages</title>
<META http-equiv=Content-Type content="text/html; charset=utf-8">
</head>
<body>
<span style=" font-family:'Tahoma'; font-size: 12pt;">I have a counterparty that sends custom messages (e.g. UAF, UBB) with FIX4.2 headers. They also send RequestForPosition (UAN) in the FIX4.2 session. What is the best way to handle this? I'd like to avoid having to maintain a custom build of QF/n.<br>
<br>
1) Do I create custom message classes and inherit QuickFix.FIX42.Message? (I doubt Crack() will handle these so I would have to use a non type-safe crack method).<br>
2) Any other way?<br>
<br>
Thanks,<br>
<br>
Francis</body></html>