|
From: Christoph J. <chr...@ma...> - 2021-04-01 22:36:59
|
You need to call it additionally in toAdmin since the state might have been switched between two of your calls to isSessionTime(). Chris Am 2. April 2021 00:20:28 MESZ schrieb Christoph John <chr...@ma...>: >As I wrote this is called by QFJ each second so I think you need to do >that as well, store the result and then you know when the session >became active, I.e. when the state switches. > >Am 1. April 2021 23:29:14 MESZ schrieb Robert Nicholson ><rob...@gm...>: >>QuickFIX/J Documentation: http://www.quickfixj.org/documentation/ >>QuickFIX/J Support: http://www.quickfixj.org/support/ >> >> >>If I call this in toAdmin at the time of Logon 35=A isn’t it true >>already at that time? and isn’t it true anywhere within the current >>session as well? >> >>ie. I cannot differentiate between beginning and any time thereafter >>before the end? >> >>> On Apr 1, 2021, at 4:14 PM, Robert Nicholson >><rob...@gm...> wrote: >>> >>> Would isSessionTime() tell me what I want? >>> >>> Would it be false at the time I want to logon at the beginning of >the >>session? >>> >>> Looks promising. >>> >>> >>>> On Apr 1, 2021, at 2:38 PM, Colin DuPlantis ><co...@ma...> >>wrote: >>>> >>>> QuickFIX/J Documentation: http://www.quickfixj.org/doc |