Re: [Quickfix-developers] question regarding FIX versions
Brought to you by:
orenmnero
From: Oren M. <or...@qu...> - 2004-08-10 00:13:31
|
You can't really do this because you can have multiple versions running=20= with the same TargetCompID. Also you can have two sessions with the=20 same TargetCompID if the SenderCompIDs are different. This is why all=20= of these values are necessary to identify a session. If you know your=20= TargetCompIDs are completely unique, you can create a map of=20 TargetCompIDs to SessionIDs that are passed to you in the onCreate=20 method. Then you can do this lookup yourself on your map. --oren On Aug 9, 2004, at 2:17 PM, Jiaming Shu wrote: > HI, > =A0 > I am new to this=A0quickFIX program. One thing I was looking for is = how=20 > to get a session's FIX version if the TargetCompID is available. I did=20= > not find a way in the doc to get this information by taking=20 > TargetCompID as parameter. Nor did I find anything related to this=20 > question on your email achives. > =A0 > Thanks in advance for your reply. > =A0 > Thanks, > =A0 > > Do you Yahoo!? > New and Improved Yahoo! Mail - 100MB free storage!= |