RE: [Quickfix-users] some question on QuickFix usage
Brought to you by:
orenmnero
From: Alexey Z. <ale...@in...> - 2004-12-29 15:51:49
|
Hi Oren, =20 I=92ve got the reject message in the toAdmin callback. It helps me to = know at least that the problem has happened. =20 Regarding to the XML changes: I was afraid that changing of type of a field may cause QuickFIX internal problems. Anyway, I changed MDReqRejReason field from CHAR to STRING and it works. =20 Thank you for help. =20 Regards,=20 Alexey. =20 =20 -----Original Message----- From: Oren Miller [mailto:or...@qu...]=20 Sent: Tuesday, December 28, 2004 4:31 PM To: Alexey Zubko; qui...@li... Subject: Re: [Quickfix-users] some question on QuickFix usage =20 The message itself will not go to your application, but the reject that goes out to the counterparty should via the toAdmin callback. =20 You should never have to send your own ResendRequest messages. QuickFIX is very smart about doing this on its own when necessary. The .outgoing file should contain everything that is sent to the counterparty, including ResendRequests. =20 I'm not sure why you can't solve your problem with a new xml. From your description it seems you just need an xml that declares that field as a string. Is there anything else? =20 --oren |