Re: [Quickfix-users] Accessing Session class public functions
Brought to you by:
orenmnero
From: Oren M. <or...@qu...> - 2004-10-06 16:09:53
|
There simply isn't a wrapper method for it in the .NET API right now. You need to look at src/.NET/Session.h, and you will see that getSessionID simply isn't wrapped. I'll go through and add any missing methods. --oren On Oct 4, 2004, at 4:25 PM, NITIN GUPTA wrote: > QuickFIX Documentation: > http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX FAQ: > 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 > .NET / Win2K. It seems that some public functions of the Session > class are not accessible when I try to use them in my application. > For example the getSessionID() public function of the Session class is > not listed as a member when I view the members of the 'Session' class > from the object browser in VB.NET. > > I checked the source code for the Session.h header file. I see the > above function clearly implemented as an inline function. There are > other public members of Session that are not accessible either. Has > anybody faced this problem ? What could be the cause ? > > Thanks for replying earnestly to this post. > -nitin > -- > ___________________________________________________________ > 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 > ITManagersJournal > 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 > |