Re: [Quickfix-developers] how to get the data in field 58 in logout message
Brought to you by:
orenmnero
|
From: Djalma R. d. S. F. <drs...@gm...> - 2007-06-20 17:39:12
|
You will get this information in the Application::fromAdmin method, optionally you can crack it too and handle the FIX42::logout message, for example. Application::onLogout notification may occur without a logout message, for example in the case of a sudden loss of connection when the counterparty won't have a chance to send a 35=5. On 6/20/07, quickfixuser <fw...@ro...> wrote: > QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > > Hi, > If the sequence number is wrong or there is connection problem, quickfix > will logout and I can see in the log that 35=5 type message with more > information in freetext field (58). > However, onLogout callback does not pass message so I cannot grab the > information in field 58 as I did for execution report in onMessage callback > (using crack method). > Do I miss something in the API? > Thanks > > quickfixuser > -- > View this message in context: http://www.nabble.com/how-to-get-the-data-in-field-58-in-logout-message-tf3952538.html#a11213915 > Sent from the QuickFIX - Dev mailing list archive at Nabble.com. > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers > |