[QFJ-359] Multiple IP Channel Connections Created: 28/Oct/08 Updated: 26/Nov/08 Resolved: 26/Nov/08 |
|
Status: | Closed |
Project: | QuickFIX/J |
Component/s: | None |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | Other | Priority: | Default |
Reporter: | Herman Hung | Assignee: | Unassigned |
Resolution: | Fixed | Votes: | 0 |
Labels: | None |
Description |
Is there any way to get data from multiple IP / ports over the same FIX session? I.E. If I need to connect to three FIX "Channels" through a single FIX session, do I just connect three SocketInitiator objects? |
Comments |
Comment by Steve Bate [ 28/Oct/08 ] |
You can initiate connections to multiple sockets but each connection should be for a different FIX session. For initiators, you can use the "session qualifier" to connect the same sender/target comp ID to multiple sockets, but it's nonstandard. |