Re: [Quickfix-users] Message Rejection Error
Brought to you by:
orenmnero
From: Dale W. <wi...@oc...> - 2009-09-04 14:09:16
|
bornlibra23 wrote: > Hello All > I am getting a wierd error where a supported message type is being rejected. > The news type is being rejected with th error 380=Unsupported Message Type > I have not yet established handlers for news messages in my application. > You just answered your own question. If you use the message cracker and have not provided a handler for the message type, QuickFIX reports to the counterparty that your application does not support this message. Provide the handler -- even if it's empty -- and the message will be accepted. Dale |