|
From: Benjamin C. <ben...@db...> - 2007-08-13 13:19:13
|
All
when i get a marketdataincremental refresh msg, i have setup my xml file
with the following.
<message name="MarketDataIncrementalRefresh" msgtype="X" msgcat="app">
<field name="MDReqID" required="N"/>
<group name="NoMDEntries" required="Y">
== other tags ===
<field name="SendingTime" required="N"/>
</message>
The message incoming is
INCOMING [FIX.4.2:test->test]
<8=FIX.4.2|9=308|35=X|49=test|56=test|34=10980|52=20070813-13:14:34|262=1|268=7|279=0|269=1|55=LFZ
071200000F|270=6501.50|271=25|279=0|269=0|270=0.00|271=0|279=0|269=2|270=6501.50|271=25|273=14:14:33|279=0|269=7|270=6603.50|279=0|269=8|270=5999.50|279=0|269=5|270=0.00|279=0|269=4|270=0.00|10=155|>
Now when i try and pull out tag 52
incrementalRefresh.getSendingTime().getValue()
I get
2007-08-13 14:18:24,694 INFO (QF/J Session dispatcher:
FIX.4.2:test->test) [quickfixj.event] EVENT [FIX.4.2:test->test] <Message
10991 Rejected: Conditionally Required Field Missing>
---
This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and delete this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden.
Please refer to http://www.db.com/en/content/eu_disclosures.htm for additional EU corporate and regulatory disclosures. |