Re: [Quickfix-developers] How to monitor fix connection status
Brought to you by:
orenmnero
From: Grant B. <gbi...@co...> - 2020-07-29 03:05:50
|
onLogon() and onLogout() are called when the app is connected and not connected. On Tue, Jul 28, 2020 at 10:01 PM Ming Cheng <che...@ho...> wrote: > Sorry I should have made it clear that how my program could know the lib > is re-connecting so my code can inform my client to wait for my further > signal? > > ------------------------------ > *From:* Grant Birchmeier <gbi...@co...> > *Sent:* Wednesday, July 29, 2020 2:58 AM > *To:* Ming Cheng <che...@ho...> > *Cc:* qui...@li... < > qui...@li...> > *Subject:* Re: [Quickfix-developers] How to monitor fix connection status > > If you tail your message log, you'll see the logon request being sent at > every reconnect interval. > > > > On Tue, Jul 28, 2020 at 8:21 PM Ming Cheng <che...@ho...> wrote: > > For client side, we can set *ReconnectInterval. *Assume for unknown > reason the lib may keep on reconnecting unsuccessfully for many times. > During this period, how do I know it's connecting? > > Thanks. > > ------------------------------ > *From:* Grant Birchmeier <gbi...@co...> > *Sent:* Tuesday, July 28, 2020 1:59 PM > *To:* Ming Cheng <che...@ho...> > *Cc:* qui...@li... < > qui...@li...> > *Subject:* Re: [Quickfix-developers] How to monitor fix connection status > > I don't really understand the question. QF already attempts to reconnect > whenever it goes down. > > On Tue, Jul 28, 2020 at 6:15 AM Ming Cheng <che...@ho...> wrote: > > QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/ > > Hi, > > FIX::Application allows me to monitor logon/logout and it seems I can't > monitor a session's connection/disconnection status through > FIX::Initiator/FIX::Session interface. What's the best practice to monitor > a session's connection status and reconnect/relogin a session if my > initiator manages several sessions? > > Thanks. > Ming > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers > > > > -- > Grant Birchmeier > *Connamara Systems, LLC* > *Made-To-Measure Trading Solutions.* > Exactly what you need. No more. No less. > http://connamara.com > > This email, along with any attachments, is confidential. If you believe > you received this message in error, please contact the sender immediately > and delete all copies of the message. Thank you from Connamara Systems, LLC. > > > > -- > Grant Birchmeier > *Connamara Systems, LLC* > *Made-To-Measure Trading Solutions.* > Exactly what you need. No more. No less. > http://connamara.com > > This email, along with any attachments, is confidential. If you believe > you received this message in error, please contact the sender immediately > and delete all copies of the message. Thank you from Connamara Systems, LLC. > -- Grant Birchmeier *Connamara Systems, LLC* *Made-To-Measure Trading Solutions.* Exactly what you need. No more. No less. http://connamara.com -- This email, along with any attachments, is confidential. If you believe you received this message in error, please contact the sender immediately and delete all copies of the message. Thank you from Connamara Systems, LLC. |