RE: [Quickfix-users] some question on QuickFix usage
Brought to you by:
orenmnero
From: Alexey Z. <ale...@in...> - 2004-12-23 20:02:52
|
Hi Oren, =20 Thank you for the fast reply. =20 I read this documentation of course, but it=92s more like a quick start reference. It=92s easy to build a server or a client application, but if you need = to reset the sequence number manually, for example, you have to look through the code. =20 I=92m absolutely agreed that validated messages are less dangerous. But it=92s more danger to lose a message than to know that it was not passed validation. =20 I write a client for non-QuickFix server which misuses a FIX tag (sends string instead of char (enum)). I can=92t solve the problem by defining a new xml, I need to change the QuickFix source code and as a result I have a separate library for this particular project. By the way, this field is not required by protocol and I really don=92t care of the value. =20 What did you mean saying to monitor the reject message? The message is rejected in the dictionary and is not go to my application class. =20 Regarding resend:=20 Do you mean I don=92t need to create my ResendRequest callback to resend messages? If QuickFix sends these messages by themselves should the *.outgoing file contains them too? =20 =20 Thank you again. =20 =20 Regards, Alexey. =20 |