Re: [Quickfix-users] Detecting Logon Events
Brought to you by:
orenmnero
From: Macleod, J. <Jam...@st...> - 2009-05-27 08:30:24
|
Thanks Ulisses, Am I correct in thinking that Fix messages are not sent (i.e. the toAdmin methods is not called) until the engine has opened a socket on the remote server and established a connection to the remote fix engine? Thanks, James ________________________________ From: Ulisses [mailto:hay...@gm...] Sent: 26 May 2009 23:42 To: Macleod, James Cc: qui...@li... Subject: Re: [Quickfix-users] Detecting Logon Events Hi James, You should be talking about the .NET part of quickfix, is it right? The only way I know is putting a breakpoint in the C++ code. Using the managed C++ you aren't able to do this. The C++ classes that deal with network connections are the socketInitiator and socketAcceptor. You will need to understand a little about berkeley sockets API, I don't know if you already know. Basically, these classes are responsible to open a socket, establish a connection, listen on a port, and so on. Best Regards, Ulisses. On Tue, May 26, 2009 at 11:35 AM, Macleod, James <Jam...@st...> wrote: QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html QuickFIX Support: http://www.quickfixengine.org/services.html I would like to detect when the quick fix engine does attempts to logon, but fails to connect, e.g. if there a network problem. The OnLogon method is called after logon. The toAdmin method doesn't appear to be called if a network connection cannot be established with the remote fix engine. Is there any way to do this? Many thanks, James ************************************************************************ ****************** More information on Standard Bank is available at www.standardbank.com <http://www.standardbank.com/> Everything in this email and any attachments relating to the official business of Standard Bank Group Limited and any or all subsidiaries, ("the Company"), is proprietary to the Company. It is confidential, legally privileged and protected by relevant laws. The Company does not own and endorse any other content. Views and opinions are those of the sender unless clearly stated as being that of the Company. The person or persons addressed in this email are the sole authorised recipient. Please notify the sender immediately if it has unintentionally, or inadvertently reached you and do not read, disclose or use the content in any way and delete this e-mail from your system. The Company cannot ensure that the integrity of this email has been maintained nor that it is free of errors, virus, interception or interference. The sender therefore does not accept liability for any errors or omissions in the contents of this message which arise as a result of e-mail transmission. If verification is required please request a hard-copy version. This message is provided for informational purposes and should not be construed as a solicitation or offer to buy or sell any securities or related financial instruments. ************************************************************************ ****************** This message has been scanned for viruses by BlackSpider MailControl <http://www.blackspider.com/> ------------------------------------------------------------------------ ------ Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT is a gathering of tech-side developers & brand creativity professionals. Meet the minds behind Google Creative Lab, Visual Complexity, Processing, & iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian Group, R/GA, & Big Spaceship. http://www.creativitycat.com <http://www.creativitycat.com/> _______________________________________________ Quickfix-users mailing list Qui...@li... https://lists.sourceforge.net/lists/listinfo/quickfix-users Click here <https://www.mailcontrol.com/sr/EuWbatFNtzLTndxI!oX7Us8RWzDHXrou57cCq!Mn uUygT9jsW8rAQZcAjT2tuRw5O2GP8oYAkQSlpYdScFxEUA==> to report this email as spam. |