Re: [Quickfix-users] Accessing Session class public functions
Brought to you by:
orenmnero
From: NITIN G. <nit...@em...> - 2004-10-06 21:30:45
|
Thanks Oren. I realized later that wrapper methods were missing in the .N= ET API for these functions. I worked around it by storing the sessionID = in a public variable when a connection was established. So far I'm only a= ware of the Session class in the .NET API thats missing these wrappers in= QuickFIX 1.8.0 Rgds, -nitin ----- Original Message ----- From: Oren Miller <or...@qu...> Date: Wed, 6 Oct 2004 11:09:05 -0500 To: "NITIN GUPTA" <nit...@em...> Subject: Re: [Quickfix-users] Accessing Session class public functions > QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html= /index.html > QuickFIX FAQ: http://www.quickfixengine.org/wikifix/index.php?QuickFixF= AQ > QuickFIX Support: http://www.quickfixengine.org/services.html >=20 > There simply isn't a wrapper method for it in the .NET API right now. =20 > You need to look at src/.NET/Session.h, and you will see that=20 > getSessionID simply isn't wrapped. I'll go through and add any missing= =20 > methods. >=20 > --oren >=20 > On Oct 4, 2004, at 4:25 PM, NITIN GUPTA wrote: >=20 > > QuickFIX Documentation:=20 > > http://www.quickfixengine.org/quickfix/doc/html/index.html > > QuickFIX FAQ:=20 > > http://www.quickfixengine.org/wikifix/index.php?QuickFixFAQ > > QuickFIX Support: http://www.quickfixengine.org/services.html > > > > I built my QuickFix libraries using quickfix 1.8.0 / Visual Studio=20 > > .NET / Win2K. It seems that some public functions of the Session=20 > > class are not accessible when I try to use them in my application. =20 > > For example the getSessionID() public function of the Session class i= s=20 > > not listed as a member when I view the members of the 'Session' class= =20 > > from the object browser in VB.NET. > > > > I checked the source code for the Session.h header file. I see the=20 > > above function clearly implemented as an inline function. There are=20 > > other public members of Session that are not accessible either. Has=20 > > anybody faced this problem ? What could be the cause ? > > > > Thanks for replying earnestly to this post. > > -nitin > > --=20 > > ___________________________________________________________ > > Sign-up for Ads Free at Mail.com > > http://promo.mail.com/adsfreejump.htm > > > > > > > > ------------------------------------------------------- > > This SF.net email is sponsored by: IT Product Guide on=20 > > ITManagersJournal > > Use IT products in your business? Tell us what you think of them. Giv= e=20 > > us > > Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find ou= t=20 > > more > > http://productguide.itmanagersjournal.com/guidepromo.tmpl > > _______________________________________________ > > Quickfix-users mailing list > > Qui...@li... > > https://lists.sourceforge.net/lists/listinfo/quickfix-users > > >=20 >=20 >=20 > ------------------------------------------------------- > This SF.net email is sponsored by: IT Product Guide on ITManagersJourna= l > Use IT products in your business? Tell us what you think of them. Give = us > Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out = more > http://productguide.itmanagersjournal.com/guidepromo.tmpl > _______________________________________________ > Quickfix-users mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-users --=20 ___________________________________________________________ Sign-up for Ads Free at Mail.com http://promo.mail.com/adsfreejump.htm |