|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
Tag specified out of required orderI am having a problem with the FIX message below which is saying the "Tag specified out of required order". Have I got the correct tags in the header and body? If anyone can tell me which tag is wrong I would be grateful
toApp: 8=FIX.4.2☺9=130☺35=V☺34=2☺49=USERNAME☺52=20080716-19:47:27.874☺56=BROKER☺ 1=1567222☺50=1854K16030☺55=EUR/USD☺146=1☺262=101☺263=0☺264=1☺267=1☺269=0☺10=035☺ fromAdmin: 8=FIX.4.2☺9=114☺35=3☺34=2☺49=BROKER☺52=20080716-19:47:25.915☺56=USERNAME☺45=2☺58=Tag specified out of required order☺371=50☺372=V☺10=026☺ Thanks in advance, Chris |
|
|
|
|
|
Re: Tag specified out of required orderQuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html
QuickFIX Support: http://www.quickfixengine.org/services.html Your repeating group is out of order in the "to App". Tag 55 needs to come after 146 like this
toApp:
8=FIX.4.2☺9=130☺35=V☺34=2☺49=USERNAME☺52=20080716-19:47:27.874☺56=BROKER☺ 1=1567222☺50=1854K16030☺55=EUR/USD☺146=1☺262=101☺263=0☺264=1☺267=1☺269=0☺10=035☺ On Thu, Jul 17, 2008 at 4:52 PM, <oren@...> wrote:
------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Quickfix-users mailing list Quickfix-users@... https://lists.sourceforge.net/lists/listinfo/quickfix-users |
| Free Forum Powered by Nabble | Forum Help |