RE: [Quickfix-developers] Sending 141=Y
Brought to you by:
orenmnero
|
From: Ajay K. <Aja...@tr...> - 2006-04-29 19:41:03
|
Unless I am missing something obvious, I don't see a direct way to navigate from a FIX::SessionID to the session's configuration settings. Would it make sense to enhance the Session such that it is constructed with a const reference to the Dictionary of its settings which can then be accessed by code that has a pointer to a FIX::Session? =20 Until then I will pass a reference to the Settings to my derived Application class and get to the session Settings from there. =20 - Ajay -----Original Message----- From: Oren Miller [mailto:or...@qu...]=20 Sent: Saturday, April 29, 2006 1:19 PM To: Ajay Kamdar; qui...@li... Subject: Re: [Quickfix-developers] Sending 141=3DY =09 =09 There is not a configuration setting for this right now (we need one). Currently, this has to be accomplished by adding a little bit of code. In order to accomplish this, you need to have your application reset() the session in onCreate(). This would ensure that the session would always have reset sequence numbers after a crash. =20 --oren =20 -------------------------------------------------------------------------= -- The information in this email is confidential and may be legally = privileged. It is intended solely for the addressee. Access to this email by anyone = else is unauthorized. If you are not the intended recipient, any disclosure, = copying, distribution or any action taken or omitted to be taken in reliance on = it, is prohibited and may be unlawful. TradeWeb reserves the right to monitor and review the content of all = messages sent to or from this e-mail address. Messages sent to or from this e-mail = address may be stored on the TradeWeb e-mail system. |