Re: [Quickfix-developers] Rejecting an MarketDataIncrementalRefreshmessage
Brought to you by:
orenmnero
From: Scott R. <sri...@fo...> - 2008-03-06 16:44:36
|
The conditionally required field missing exception is caused when your code tries to extract the value of a field which is listed in the xml as not required. It appears that when you process each group, you are attempting to extract field 48. However, your broker is only sending field 48 once (presumably, it is constant across all groups). I suggest simply extracting field 48 for the first group you process, and not doing so for subsequent groups, reusing the value from the first group in your logic. -----Original Message----- From: qui...@li... [mailto:qui...@li...] On Behalf Of Giovanni Chiappini Sent: Thursday, March 06, 2008 5:06 AM To: qui...@li... Subject: [Quickfix-developers] Rejecting an MarketDataIncrementalRefreshmessage QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html QuickFIX Support: http://www.quickfixengine.org/services.html |