Re: [Quickfix-developers] Adding fields to the message
Brought to you by:
orenmnero
From: Dale W. <wi...@oc...> - 2009-06-19 16:28:21
|
amit khandelwal wrote: > I can get the Logon message to work. However, my quickfix engine is > rejecting the TradingSessionStatus message from the exchange. Below is > the sequence of messages > > 1. Logon ( me --> exchange) > 2. Logon (exchange --> me) > 3. TradingSessionStatus (exchange --> me) > 4. BusinessMessageReject (me --> exchange) > > I am using FIX 4.2. I see that we have a TradingSessionStatusRequest > object in the fix42/ directory. It seems the quickfix engine rejects > the TradingSessionStatus message that it receives from the exchange. Are you using the message cracker? If so did you override the appropriate onMessage() virtual method? You need to override for every message you expect to receive. If not it will reject the message. Dale |