[Quickfix-developers] Handling different sessions separately... ?
Brought to you by:
orenmnero
From: <va...@kt...> - 2002-12-01 02:55:25
|
Hello, I have been looking through the code a little. Great work. I have some = experiance of fix 4.1 and 4.2 from building a small OMS in Java for = multiple sessions. I am now into writing OMS feathures for RQuant. I would therefore like = to use QuickFIX for .NET managing the fix side. I have written a few = small testprograms and they work fine. My goal is to use multiple = sessions of different standards (fix 4.1, 4.2 and also userdefined = fields) A few questions before I start: Q1. I have seen that the .NET project does not contain as much feathures = as the C++ project does. Is there work beeing done within this field to = support more feathures? Q2. I need to control each session (tcp) separately (connect/login, = logout/disconnect as well as reset seqnum). How do I manage this in best = posible way? (Is there any work done for this? or do I need to write = some initiator with more feathures? ) Cheers, Anton V |