|
From: Steve B. <st...@te...> - 2007-08-13 18:41:30
|
Hi, Use incrementalRefresh.getHeader().getSendingTime() Regards, Steve > QuickFIX/J Documentation: http://www.quickfixj.org/documentation/ > QuickFIX/J Support: http://www.quickfixj.org/support/ > 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.------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> > http://get.splunk.com/_______________________________________________ > Quickfixj-users mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfixj-users > |