[Quickfix-developers] bug in quickfix? and in example acceptance test? -- resend from Aug 12
Brought to you by:
orenmnero
From: Clark S. <Cla...@ac...> - 2010-08-18 15:53:56
|
http://www.quickfixengine.org/quickfix/doc/html/acceptance_tests.html I think line 4 of the output: E8=FIX.4.2 9=112 35=3 34=2 49=ISLD 52=00000000-00:00:00 56=TW 45=0 58=Value is incorrect (out of range) for this tag 372=4 373=5 10=0 should read E8=FIX.4.2 9=112 35=3 34=2 49=ISLD 52=00000000-00:00:00 56=TW 45=0 58=Value is incorrect (out of range) for this tag 371=36 372=4 373=5 10=0 ie. it is missing 371=36 the text in tag 58, makes no sense without tag 371 being specified. I verified the output, by writing a sample app which used the quickfix library: 8=FIX.4.2^A9=160^A35=3^A34=2^A49=SOR^A50=test_sequence_reset_field_missing^A52=20100812-21:14:12.548^A56=EXCHANGE_0^A45=0^A58=Value is incorrect (out of range) for this tag^A372=4^A373=5^A10=038^A I can code up a fix for this, to specify the value of tag 371, if this would be useful. |