Re: [Quickfix-developers] Sending 141=Y
Brought to you by:
orenmnero
|
From: Oren M. <or...@qu...> - 2006-04-29 20:15:47
|
MessageNot sure what you are asking here. You can look up a specific = sessions dictionary with its SessionID using the get method on = SessionSettings: http://www.quickfixengine.org/quickfix/doc/html/class_f_i_x_1_1_session_s= ettings.html#a3 You will need to have access to the SessionSettings object of course. Being able to access the settings directly from the session might be a = nice convenience as well. --oren ----- Original Message -----=20 From: Ajay Kamdar=20 To: qui...@li...=20 Sent: Saturday, April 29, 2006 2:40 PM Subject: RE: [Quickfix-developers] Sending 141=3DY 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? Until then I will pass a reference to the Settings to my derived = Application class and get to the session Settings from there. - 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 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. --oren = ________________________________________________________________________ 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. |