[QFJ-731] QuickFIXJ 1.5.3 does NOT support 5.0SP1 Created: 21/Feb/13  Updated: 16/Dec/13  Resolved: 16/Dec/13

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

Type: Bug Priority: Major
Reporter: Roger Deng Assignee: Unassigned
Resolution: Incomplete Votes: 0
Labels: QuickfixJ
Environment:

Windows



 Description   

I used QuickFix/J examples:
(1) executor as the server;
[default]
FileStorePath=examples/target/data/executor
ConnectionType=acceptor
StartTime=00:00:00
EndTime=00:00:00
HeartBtInt=30
ValidOrderTypes=1,2,F
SenderCompID=EXEC
TargetCompID=BANZAI
UseDataDictionary=Y
DefaultMarketPrice=12.30

[session]
BeginString=FIXT.1.1
DefaultApplVerID=FIX.5.0SP1
SocketAcceptPort=9881

(2) banzai as the client;
[default]
FileStorePath=examples/target/data/banzai
ConnectionType=initiator
SenderCompID=BANZAI
TargetCompID=EXEC
SocketConnectHost=localhost
StartTime=00:00:00
EndTime=00:00:00
HeartBtInt=30
ReconnectInterval=5

[session]
BeginString=FIXT.1.1
DefaultApplVerID=FIX.5.0SP1
SocketConnectPort=9881



 Comments   
Comment by Jörg Thönnes [ 21/Feb/13 ]

Roger, according to your description I cannot see any issue.

So please describe your issue according to the usual bug reporting scheme:

1. Steps to reproduce the issue
2. Actual (observer) behaviour
3. Expected (wanted) behaviour

In the description, you started with point 1, but completely missing 2 and 3.

Comment by Christoph John [ 21/Feb/13 ]

As Jörg said, an exact error message would be helpful. What happens if you pass DefaultApplVerID=8? Same error message?

Generated at Wed May 01 10:01:09 UTC 2024 using JIRA 7.5.2#75007-sha1:9f5725bb824792b3230a5d8716f0c13e296a3cae.