Re: [Quickfix-developers] QuoteRequestReject Message
Brought to you by:
orenmnero
|
From: Oren M. <or...@qu...> - 2005-12-22 21:22:00
|
You can always force a field into a message by using the setField method (as opposed to set). This method overrides the type safety, allowing you to add any field to any message. We will investigate why the symbol field is not present by default and fix it for the next release. --oren Anshu Narang wrote: >QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html >QuickFIX Support: http://www.quickfixengine.org/services.html > >Hi , > >As per FIX specification Instrument is part of >QuoteRequestReject >( message type AG ) . > >But in quickfix.fix43.QuoteRequestReject.java ( >quickfix.fix43.QuoteRequestReject.NoRelatedSym ) there >is no method to add Symbol ( which is part of >instrument ) to the message . > >Is this a bug in quickfix ? Is there any workaround >that I could use to populate Symbol field to message . >I tried modifying FIX4.3.xml but doesn't work looks >like NoRelatedSym in QuoteRequestReject does not >contain field 55 . > >Can anybody help . Thanks in advance . > >================================================================ > >QuoteRequestReject.NoRelatedSym constructor > >public NoRelatedSym() { >super(146, 140, new int[] { >140, 303, 537, 336, 625, 229, 54, 465, 38, 152, >63, 64, 40, 193, 192, 126, 60, 15, 218, 220, >221, 222, 423, 44, 640, 235, 236, 0 >}); >} >================================================================ > > >Regards, >Anshu Narang. > > > >__________________________________________ >Yahoo! DSL – Something to write home about. >Just $16.99/mo. or less. >dsl.yahoo.com > > > >------------------------------------------------------- >This SF.net email is sponsored by: Splunk Inc. Do you grep through log files >for problems? Stop! Download the new AJAX search engine that makes >searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! >http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click >_______________________________________________ >Quickfix-developers mailing list >Qui...@li... >https://lists.sourceforge.net/lists/listinfo/quickfix-developers > > > > |