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 17:57:51
|
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 > |