[QFJ-774] SendRedundantResendRequests seems to be ignored Created: 13/Feb/14  Updated: 14/Feb/14  Resolved: 14/Feb/14

Status: Closed
Project: QuickFIX/J
Component/s: Engine
Affects Version/s: 1.5.3
Fix Version/s: None

Type: Bug Priority: Default
Reporter: Bill Igoe Assignee: Unassigned
Resolution: Not a bug Votes: 0
Labels: None
Environment:

Linux.. Fedora 19
Testing with the CME



 Description   

Not sure if this is the right forum...but any help is appreciated as I have completed all the iLink test with the CME except for the handling if Resend Request.

below is my config

ConnectionType=initiator
ReconnectInterval=30
FileStorePath=/home/wigoe/FIX/messages
FileLogPath=/home/wigoe/FIX/logs
StartTime=00:00:00
EndTime=00:00:00
UseDataDictionary=Y
ValidateUserDefinedFields=N
ValidateFieldsHaveValues=N
ValidateIncomingMessage=N
DataDictionary=/home/wigoe/quickfixj/etc/cme/FIX42.xml

  1. standard config elements

[SESSION]

  1. inherit ConnectionType, ReconnectInterval and SenderCompID from default
    BeginString=FIX.4.2
    SenderCompID=9E8008N
    SenderLocationID=US,IL
    SenderSubID=Archi
    TargetCompID=CME
    TargetSubID=G
    SocketConnectHost****************
    SocketConnectPort=22101
    HeartBtInt=30
    SendRedundantResendRequests=N
    #PersistMessages=Y
    #SocketUseSSL=Y

Thest test proceeds as follows. I enter in one Limit order...works
I enter in a second order ....works
MY QF receives a resend request and responds with the resend the two orders....that is correct..

The CME ( being tricky) sends another Resend order
Even tho the the SendRedundantResendRequests=N

AND THE Event log say NOT sending another
QF sends a repeat...thus I fail the test.

here is the log

8=FIX.4.29=21135=D34=135149=9E8008N50=Archi52=20140213-15:05:25.94356=CME57=G142=US,IL1=TESTMA11=CME28721=138=1040=244=32157554=155=9159=060=20140213-15:05:25.898107=1NQM4167=FUT204=11028=Y1031=W9702=110=073
8=FIX.4.29=21135=D34=135249=9E8008N50=Archi52=20140213-15:05:33.96156=CME57=G142=US,IL1=TESTMA11=CME28821=138=1040=244=32157554=155=9159=060=20140213-15:05:33.960107=1NQM4167=FUT204=11028=Y1031=W9702=110=063
8=FIX.4.29=10235=234=69247369=135052=20140213-15:05:25.95949=CME50=G56=9E8008N57=ARCHI143=US,IL7=135116=010=072
8=FIX.4.29=23835=D34=135143=Y49=9E8008N50=Archi52=20140213-15:05:34.00656=CME57=G122=20140213-15:05:25142=US,IL1=TESTMA11=CME28721=138=1040=244=32157554=155=9159=060=20140213-15:05:25.898107=1NQM4167=FUT204=11028=Y1031=W9702=110=121
8=FIX.4.29=23835=D34=135243=Y49=9E8008N50=Archi52=20140213-15:05:34.00656=CME57=G122=20140213-15:05:33142=US,IL1=TESTMA11=CME28821=138=1040=244=32157554=155=9159=060=20140213-15:05:33.960107=1NQM4167=FUT204=11028=Y1031=W9702=110=111
8=FIX.4.29=10235=234=69248369=135052=20140213-15:05:33.98849=CME50=G56=9E8008N57=ARCHI143=US,IL7=135116=010=074
8=FIX.4.29=23835=D34=135143=Y49=9E8008N50=Archi52=20140213-15:05:34.10756=CME57=G122=20140213-15:05:25142=US,IL1=TESTMA11=CME28721=138=1040=244=32157554=155=9159=060=20140213-15:05:25.898107=1NQM4167=FUT204=11028=Y1031=W9702=110=123
8=FIX.4.29=23835=D34=135243=Y49=9E8008N50=Archi52=20140213-15:05:34.10756=CME57=G122=20140213-15:05:33142=US,IL1=TESTMA11=CME28821=138=1040=244=32157554=155=9159=060=20140213-15:05:33.960107=1NQM4167=FUT204=11028=Y1031=W9702=110=113
8=FIX.4.29=29535=834=69249369=135152=20140213-15:05:34.02349=CME50=G56=9E8008N57=ARCHI143=US,IL1=TESTMA6=011=CME28714=017=68279:117016620=037=6818357623338=1039=040=241=044=32157548=99816154=155=9159=060=20140213-15:05:34.022107=1NQM4150=0151=10167=FUT432=201402131028=Y1031=W10=064
8=FIX.4.29=29535=834=69250369=135252=20140213-15:05:34.03149=CME50=G56=9E8008N57=ARCHI143=US,IL1=TESTMA6=011=CME28814=017=68279:117016720=037=6818357623438=1039=040=241=044=32157548=99816154=155=9159=060=20140213-15:05:34.029107=1NQM4150=0151=10167=FUT432=201402131028=Y1031=W10=066
8=FIX.4.29=8035=034=135349=9E8008N50=Archi52=20140213-15:06:04.54856=CME57=G142=US,IL10=149
8=FIX.4.29=10535=134=69251369=135252=20140213-15:06:04.51049=CME50=G56=9E8008N57=ARCHI143=US,IL112=IDhrgedu9310=106
8=FIX.4.29=10535=134=69252369=135352=20140213-15:06:35.51449=CME50=G56=9E8008N57=ARCHI143=US,IL112=IDhrgedu9410=117

Any ideas?

Bill



 Comments   
Comment by Bill Igoe [ 13/Feb/14 ]

Forgot to mention I am using version 1.5.3

Comment by Christoph John [ 13/Feb/14 ]

This is no forum, this is the bug tracker. Please use mailing list: https://lists.sourceforge.net/lists/listinfo/quickfixj-users

Generated at Thu May 02 03:52:25 UTC 2024 using JIRA 7.5.2#75007-sha1:9f5725bb824792b3230a5d8716f0c13e296a3cae.