Re: [Quickfix-developers] QuickFix Quote Request Message: Set fields in particular order
Brought to you by:
orenmnero
From: Grant B. <gbi...@co...> - 2011-10-17 14:16:52
|
In FIX, the order of fields within the message body does not matter (outside of repeating groups). If you wish for a specific ordering, you are imposing a restriction than FIX does not mandate. Thus, I don't believe QF has support for what you are trying to do. It always resorts the fields in numerical order (outside of repeating groups) as a side-effect of the way it stores fields internally. (Within repeating groups, FIX mandate that ordering must be obeyed in accordance with that specified in your DataDictionary.) -Grant On Mon, Oct 17, 2011 at 5:25 AM, Rasheed Waraich <ras...@gm...>wrote: > QuickFIX Documentation: > http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > > Hi Experts, > > I want to send fields of quickfix quote request message in particular > order. > > Can you please guide me how can I achieve that? > > It doesn't matter in which order do I set the fields in my code, the > quickfix engine some how re-arranges them to some different order... > > Thanks for help and guidance. > > -- > //Regards > Rasheed > > > ------------------------------------------------------------------------------ > All the data continuously generated in your IT infrastructure contains a > definitive record of customers, application performance, security > threats, fraudulent activity and more. Splunk takes this data and makes > sense of it. Business sense. IT sense. Common sense. > http://p.sf.net/sfu/splunk-d2d-oct > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers > |