Re: [Quickfix-developers] Sending 141=Y
Brought to you by:
orenmnero
|
From: Oren M. <or...@qu...> - 2006-04-29 23:05:48
|
MessageFYI, I've added a new ResetOnLogon settings which in the case of =
an initiator, will reset the sequence numbers before sending a logon =
(causing a ResetSeqNumFlag to go out as well). In the case of an =
initiator, the sequence number will be reset when receiving a logon =
regardless of whether or not a reset flag is present. This has been =
checked into cvs and will go out with the next release.
--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.
|