Re: [Quickfix-developers] Session Qualifiers
Brought to you by:
orenmnero
From: John L. <joh...@sq...> - 2004-11-03 20:46:31
|
I've looked at this in QF1.9.2 but sendtotarget just adds the session id to the message before passing it to the standard sendtotarget - see below ----- Original Message ----- From: "Oren Miller" <or...@qu...> To: "John Lister" <joh...@sq...> Cc: <qui...@li...> Sent: Wednesday, November 03, 2004 7:30 PM Subject: Re: [Quickfix-developers] Session Qualifiers Depends on which sendToTarget you use. Right now you need to use the method signature that takes in a SessionID as opposed to the ones that take in CompIDs or strings. --oren On Nov 3, 2004, at 12:22 PM, John Lister wrote: > Hi, i've been trying to use session qualifiers but have encountered a > problem. Although the session are set up correctly you cannot send a > message because senttotarget looks up a session without the qualifier and > fails. Has anyone else encountered this? > Thanks |