Re: [Quickfix-developers] SessionQualifier usage
Brought to you by:
orenmnero
From: DKL-Gator <dea...@ya...> - 2009-07-29 19:47:21
|
I am using the C++ version but I will check if this is possible. Thanks! Grant Birchmeier wrote: > > QuickFIX Documentation: > http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > FYI, I just submitted a doc bug for this omission in the manual. > http://www.quickfixj.org/jira/browse/QFJ-461 > > > On Wed, Jul 29, 2009 at 2:27 PM, Grant > Birchmeier<gbi...@co...> wrote: >> I'm not sure why it's not documented on the QF/J config page, but you >> can put SenderSubID and TargetSubID are valid configuration options. >> >> I just verified this myself in >> core/src/main/java/quickfix/SessionSettings.java. >> >> Is this what you need? >> >> -Grant >> >> >> On Wed, Jul 29, 2009 at 1:47 PM, DKL-Gator<dea...@ya...> wrote: >>> QuickFIX Documentation: >>> http://www.quickfixengine.org/quickfix/doc/html/index.html >>> QuickFIX Support: http://www.quickfixengine.org/services.html >>> >>> >>> We have several FIX sessions to an exchange where we were assigned the >>> same >>> SenderID and TargetID for each session, but were given unique >>> SenderSubIds. >>> >>> Is this an example of where I need to use the SessionQualifier in order >>> to >>> differentiate each session? What exactly do I need to do with this >>> SessionQualifier - simply pass it in the sendToTarget method which takes >>> in >>> the qualifier? What about the logon? >>> >>> Thanks. >>> -- >>> View this message in context: >>> http://www.nabble.com/SessionQualifier-usage-tp24725297p24725297.html >>> Sent from the QuickFIX - Dev mailing list archive at Nabble.com. >>> >>> >>> ------------------------------------------------------------------------------ >>> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 >>> 30-Day >>> trial. Simplify your report design, integration and deployment - and >>> focus on >>> what you do best, core application coding. Discover what's new with >>> Crystal Reports now. http://p.sf.net/sfu/bobj-july >>> _______________________________________________ >>> Quickfix-developers mailing list >>> Qui...@li... >>> https://lists.sourceforge.net/lists/listinfo/quickfix-developers >>> >> > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 > 30-Day > trial. Simplify your report design, integration and deployment - and focus > on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers > > -- View this message in context: http://www.nabble.com/SessionQualifier-usage-tp24725297p24726270.html Sent from the QuickFIX - Dev mailing list archive at Nabble.com. |