[Quickfix-developers] BusinessMessageReject
Brought to you by:
orenmnero
From: Parjeet S. <par...@oa...> - 2008-03-06 05:44:19
|
I have been struggling with this issue for last two days. I am using QuickFIX for C# and FIX 4.2. I am able to sendToTarget message successfully. When I get the response from the broker, it comes as BusinessMessageReject. "8=FIX.4.29=15935=j34=4443=Y49=BARX-PRICES-TEST52=20080306-05:36:0 956=OAKVALE-PRICES-TEST122=20080306-04:43:4245=4058=Unhandled message type '3' received372=3380=310=045" I need few clarifications: 1. When I get response from broker, then I am expecting BusinessMessageReject. 2. According to the brokers spec, tag 58 is not required. 3. Do I have to handle this message? 4. How can I implement OnMessage in the Cracker. Thanks in advance PS |