Re: [Quickfix-developers] How to obtain the session start and end times for a session
Brought to you by:
orenmnero
|
From: Oren M. <or...@qu...> - 2005-12-21 19:29:21
|
Sure there have been: http://cvs.sourceforge.net/viewcvs.py/quickfix/quickfix/src/.NET/SessionSettings.h?rev=1.10&view=log --oren ec...@fi... wrote: >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...] >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 >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 >>access this through the SessionSettings class or by digging up a >>SessionTime object. Unfortunately, either it's not possible, or I'm >>looking in the wrong place. Thoughts? >> >>using QuickFix; >> >>public class Engine : MessageCracker, QuickFix.Application >> >>. >> >>. >> >>. >> >>// The below code is within a function. >> >>Session s = QuickFix.Session.lookupSession(id); // id is a valid >>SessionID object. >> >>s.?? // Is there something that goes here? >> >>Thanks in advance! >> >>Everett >> >> >> > > > > |