|
From: David B. <dbu...@gm...> - 2007-08-13 20:11:30
|
Right, but the problem I have is, there seems to be no way to generate the fix string based on a new dictionary. ie: everyone else expects tag 600 to be the first, but one guy want's 654 to be first. What's the normal way to accomplish this? Create a new message and copy all the fields one at a time? there is an "initializeFrom" field in FieldMap, but it's protected, so I can't just call it to clone the fields. I was hoping for something that let me do (in effect) msg.toString(Dictionary) which would render the fix string with a given dictionary. But I'm pretty sure there is no mechanism like that exists, at least as far as I can tell from the source. On 8/13/07, Steve Bate <st...@te...> wrote: > > QuickFIX/J Documentation: http://www.quickfixj.org/documentation/ > QuickFIX/J Support: http://www.quickfixj.org/support/ > Hello, > > The engine will order the tags in a repeating group based on the > data dictionary ordering. > > Steve > > > QuickFIX/J Documentation: http://www.quickfixj.org/documentation/ > > QuickFIX/J Support: http://www.quickfixj.org/support/ > > Hi Folks, > > > > I was wondering, is there a means to generate a fix message with tags in > a > > specific order? > > > > I have a destination I connect to that requires LegRefNo(654) to be the > > anchor tag in a multi leg order. > > > > So basically, they need 654 to be the first tag in each segment of the > > repeating group. > > > > any chance there's something built in for this? or should I start > > hacking? > > > ------------------------------------------------------------------------- > > 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 > > > > > > ------------------------------------------------------------------------- > 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 > |