[Quickfix-developers] bug in quickfix, and in example ?
Brought to you by:
orenmnero
From: Clark S. <Cla...@ac...> - 2010-08-12 21:29:03
|
http://www.quickfixengine.org/quickfix/doc/html/acceptance_tests.html I think line 4 of the output: * E8=FIX.4.29=11235=334=249=ISLD52=00000000-00:00:0056=TW45=058=Value is incorrect (out of range) for this tag372=4373=510=0 should read ** E8=FIX.4.29=11235=334=249=ISLD52=00000000-00:00:0056=TW45=058=Value is incorrect (out of range) for this tag371=36****372=4373=510=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 o\ f 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.* |