Details
-
Type:
Other
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Engine
-
Labels:None
Description
Hi,
I am new to QuickFIX, can you please help me, if there is any feature which allows multiple sessions which uses the same host port combination.
I checked some jira cases, in which I found "http://www.quickfixj.org/jira/browse/QFJ-165", is this useful, if yes, in which version is this patch applied?
To use this I have to do the config change, do i need to do any other change other than this?
If above case is not applicable to me, then how can I achieve this, is it possible?
Thanks for the efforts you put in to answer my query.
Appreciate your help.
Regards,
Hitesh
I am new to QuickFIX, can you please help me, if there is any feature which allows multiple sessions which uses the same host port combination.
I checked some jira cases, in which I found "http://www.quickfixj.org/jira/browse/QFJ-165", is this useful, if yes, in which version is this patch applied?
To use this I have to do the config change, do i need to do any other change other than this?
If above case is not applicable to me, then how can I achieve this, is it possible?
Thanks for the efforts you put in to answer my query.
Appreciate your help.
Regards,
Hitesh
Activity
- All
- Comments
- History
- Activity
- Subversion Commits
- Builds
[DEFAULT]
ConnectionType=acceptor
ReconnectInterval=60
SenderCompID=SENDER
HeartBtInt=20
SocketAcceptAddress=localhost
SocketAcceptPort=8901
ResetOnLogon=Y
ResetOnLogout=Y
ValidateFieldsOutOfOrder=N
FileLogPath=Log
TransportDataDictionary=FIXT11.xml
FileStoreMaxCachedMsgs=0
[SESSION]
BeginString=FIX.4.4
DefaultApplVerID=FIX.4.4
AppDataDictionary=FIX44.xml
StartTime=07:15:00
EndTime=18:00:00
TargetCompID=DEV01
FileStorePath=Log
[SESSION]
BeginString=FIX.4.4
DefaultApplVerID=FIX.4.4
AppDataDictionary=FIX44.xml
StartTime=07:15:00
EndTime=18:00:00
TargetCompID=DEV02
FileStorePath=Log
You can specify multiple sessions by definign multiple session parameters. I think in the QuickfixJ sample there are examples for multiple sessions.
- session definition
[SESSION]
BeginString=FIX.4.4
DefaultApplVerID=FIX.4.4
AppDataDictionary=FIX44.xml
StartTime=07:15:00
EndTime=18:00:00
TargetCompID=DEV02
FileStorePath=Log
You can specify multiple sessions by definign multiple session parameters. I think in the QuickfixJ sample there are examples for multiple sessions.