Would it be in the latest binaries? I'm running 1.10.2 (built 1 July
2005), and don't see any files in the CVS tree that look like an update
to either the SessionSettings, Session, SessionID, etc. Thanks again.
Everett
-----Original Message-----
From: Oren Miller [mailto:or...@qu...]=20
Sent: Wednesday, December 21, 2005 9:58 AM
To: Everett Conrad
Cc: qui...@li...
Subject: Re: [Quickfix-developers] How to obtain the session start and
end times for a session
You'll need to pull the latest from CVS. This functionality has only=20
recently been added to the .NET api.
--oren
ec...@fi... wrote:
> Please post the below in the quickfix engine developers newsgroup.
Thanks!
>
> All,
>
> I am trying to pull the session start and end times that come from the
> settings file. I would have thought that I would have been able to=20
> access this through the SessionSettings class or by digging up a=20
> SessionTime object. Unfortunately, either it's not possible, or I'm=20
> looking in the wrong place. Thoughts?
>
> using QuickFix;
>
> public class Engine : MessageCracker, QuickFix.Application
>
> .
>
> .
>
> .
>
> // The below code is within a function.
>
> Session s =3D QuickFix.Session.lookupSession(id); // id is a valid=20
> SessionID object.
>
> s.?? // Is there something that goes here?
>
> Thanks in advance!
>
> Everett
>
|