|
From: Steve B. <st...@te...> - 2007-08-20 15:02:51
|
Bruno, Repeating group fields are ordered according to the data dictionary. Non-group fields are not ordered by default. However, you can generate the message classes so that they will also order the non-group fields according to the dictionary. There are details about how to do this in the documentation. (I assume you are using the latest version of QFJ.) Regards, Steve > QuickFIX/J Documentation: http://www.quickfixj.org/documentation/ > QuickFIX/J Support: http://www.quickfixj.org/support/ > > > Hi Guys, > > > > I have to interact with a server that requires me to send the fields in a > specific order. I see that there is a constructor where I can pass an > array > fieldOrder specifying the order, but apparently this constructor is > protected, and there is no public way to access it. Any suggestions > (besides > changing the classes by myself)? > > > > Cheers, > > > > Bruno > > ------------------------------------------------------------------------- > 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 > |