Please post the below in the quickfix engine developers newsgroup.
Thanks!
=20
All,
=20
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?
=20
using QuickFix;
=20
public class Engine : MessageCracker, QuickFix.Application
.
.
.
// The below code is within a function.
Session s =3D QuickFix.Session.lookupSession(id); // id is a valid
SessionID object.
s.?? // Is there something that goes here?
=20
Thanks in advance!
=20
Everett
=20
|