|
From: Robert N. <rob...@gm...> - 2021-04-01 21:29:25
|
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/documentation/ >> QuickFIX/J Support: http://www.quickfixj.org/support/ >> >> >> You don't have Session.isSessionTime() in this release? I can't remember when that came in. >> >> On 4/1/21 12:35 PM, Robert Nicholson wrote: >>> QuickFIX/J Documentation: http://www.quickfixj.org/documentation/ >>> QuickFIX/J Support: http://www.quickfixj.org/support/ >>> >>> >>> Currently something derived from 1.5.2…. Moving to 1.6.4 soon. >>> >>>> On Apr 1, 2021, at 1:04 PM, Colin DuPlantis <co...@ma...> wrote: >>>> >>>> QuickFIX/J Documentation: http://www.quickfixj.org/documentation/ >>>> QuickFIX/J Support: http://www.quickfixj.org/support/ >>>> >>>> >>>> Do I remember correctly you're using 1.5.3? >>>> >>>> On 4/1/21 10:45 AM, Robert Nicholson wrote: >>>>> QuickFIX/J Documentation: http://www.quickfixj.org/documentation/ >>>>> QuickFIX/J Support: http://www.quickfixj.org/support/ >>>>> >>>>> >>>>> I believe this is all necessary because in this release I don’t have access to the creationTime of the session so I cannot use SessionSchedule to figure out if we’re beginning a new session or not. >>>>> >>>>>> On Apr 1, 2021, at 12:19 PM, Robert Nicholson <rob...@gm...> wrote: >>>>>> >>>>>> Is it possible to arrange via toAdmin to set 141=Y on Logon but only at the start of the session? >>>>>> >>>>>> Right now I have a horrible hack where it conditionally do so only if the sending sequence number is in a low range. >>>>>> >>>>>> I suspect the Session State I need to know I’m beginning a session isn’t available to my MessageCracker subclass. >>>>> >>>>> _______________________________________________ >>>>> Quickfixj-users mailing list >>>>> Qui...@li... >>>>> https://lists.sourceforge.net/lists/listinfo/quickfixj-users >>>> -- >>>> Colin DuPlantis >>>> Chief Architect, Marketcetera >>>> Download, Run, Trade >>>> 888.868.4884 >>>> https://www.marketcetera.com >>>> >>>> >>>> >>>> _______________________________________________ >>>> Quickfixj-users mailing list >>>> Qui...@li... >>>> https://lists.sourceforge.net/lists/listinfo/quickfixj-users >>> >>> >>> _______________________________________________ >>> Quickfixj-users mailing list >>> Qui...@li... >>> https://lists.sourceforge.net/lists/listinfo/quickfixj-users >> >> -- >> Colin DuPlantis >> Chief Architect, Marketcetera >> Download, Run, Trade >> 888.868.4884 >> https://www.marketcetera.com >> >> >> >> _______________________________________________ >> Quickfixj-users mailing list >> Qui...@li... >> https://lists.sourceforge.net/lists/listinfo/quickfixj-users > |