Thread: [Quickfix-developers] SessionQualifier usage
Brought to you by:
orenmnero
From: DKL-Gator <dea...@ya...> - 2009-07-29 18:48:02
|
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. |
From: Grant B. <gbi...@co...> - 2009-07-29 19:33:43
|
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 > |
From: Grant B. <gbi...@co...> - 2009-07-29 19:39:36
|
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 >> > |
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. |
From: Grant B. <gbi...@co...> - 2009-07-29 19:52:15
|
OOPS! My mistake - my answer is relevant for QuickFIX/J, not C++ QuickFIX. Apologies, I wasn't looking at which mailing list this came from. -Grant On Wed, Jul 29, 2009 at 2:32 PM, Grant Birchmeier<gbi...@co...> wrote: > 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 >>> >> > |
From: Malinka R. <ael...@gm...> - 2009-07-29 20:00:13
|
I beleive the same is true for the C++ version, that SenderSubID and TargetSubID are valid config options, not sure if it will distinguish between them as seperate sessions or not On Wed, Jul 29, 2009 at 15:52, Grant Birchmeier<gbi...@co...> wrote: > QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > OOPS! My mistake - my answer is relevant for QuickFIX/J, not C++ > QuickFIX. Apologies, I wasn't looking at which mailing list this came > from. > > -Grant > > On Wed, Jul 29, 2009 at 2:32 PM, Grant > Birchmeier<gbi...@co...> wrote: >> 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 > |