RE: [Quickfix-developers] ResendRequest
Brought to you by:
orenmnero
From: Bernard S. <bsp...@gx...> - 2003-05-23 15:52:07
|
Brian, =09I had the same problem a while back, and it was answered somewhere in = the forum. Around Feb 26, Oren wrote: "QuickFIX will resend all requested application messages unless you opt o= ut. The way you can opt out is by throwing a DoNotSend exception in the = toAdmin callback. If you throw this exception, the message will then be = replaced with a sequence reset, otherwise it should be resent. " Hope this is the reason. =09- Bernard -----Original Message----- From: Brian Egge [mailto:Br...@ma...]=20 Sent: Friday, May 23, 2003 11:34 AM To: 'qui...@li...' Subject: [Quickfix-developers] ResendRequest Hi, I'm a QuickFix newbie, and I'm trying to understand the ResendRequest= =2E I'm using QF 1.4.1/C++. I'm running the executor example and tradeclient example. When both are = running, I can send orders and get them immediately executed. Next I shu= tdown the executor, and send a trade from the tradeclient. My thought is= it that this trade is now queued. I start up the executor, and the trad= eclient will reconnect. After reconnect the executor displays:=20 MsgSeqNum too high RECEIVED: 211 EXPECTED: 210 Sent ResendRequest FROM: 210 TO: 210... At this point I expect the client to resend the trade I sent while discon= nected, instead the tradeclient sends a message sequence reset (35=3D4) m= essage, and my trade is never executed. I'm sure I'm missing something obvious here. Can someone point me in the= right direction? Brian Egge ------------------------------------------------------- This SF.net email is sponsored by: ObjectStore. If flattening out C++ or Java code to make your application fit in a rela= tional database is painful, don't do it! Check out ObjectStore. Now part = of Progress Software. http://www.objectstore.net/sourceforge _______________________________________________ Quickfix-developers mailing list Qui...@li...= t https://lists.sourceforge.net/lists/listinfo/quickfix-developers --------------------------------------------- -Checked for viruses by McAfee.-i1 --------------------------------------------- =0D =0D Confidentiality. This message (including any attachments) (collectively= , the "Material") may contain confidential information and is intended on= ly for a specific individual and purpose. If you are not the intended re= cipient, any copying, disclosure, distribution or other use of the Materi= al, or the taking of any action in reliance on the information contained = therein, is strictly prohibited. If you have received the Material in er= ror, please immediately notify us by telephone and delete the Material an= d all copies thereof from your computer and network. No Investment Advice, Offer or Solicitation; Suitability. The Material h= as been prepared for informational purposes only without regard to any pa= rticular user's investment objectives, financial situation or means and d= oes not constitute an offer, solicitation or recommendation to take any a= ction. We are not providing investment advice, nor do we represent that = any securities or services described in the Material are suitable for a p= articular client. Before acting on the Material, each client should make= its own determination whether information contained therein is suitable = for its particular circumstances, and if necessary consult with a senior = officer. Conflicts. We, or persons involved in the preparation of issuance of the= Material, may from time to time effect transactions, or have positions i= n the securities mentioned in the Material (or options or futures contrac= ts with respect thereto). Disclaimer. Although the Material is based upon information that we cons= ider reliable, we do not warrant that the Material is reliable, accurate = or complete and it should not be relied upon as such. Neither we, nor any= of our affiliates or agents shall have any responsibility whatsoever for= any direct, indirect, consequential, special or other damages or lost pr= ofits or savings or other economic harm your may suffer as a result of yo= ur reliance on the Material or the reliability, accuracy, or completeness= thereof. We expressly disclaim all express and implied warranties, incl= uding, without limitation, warranties of merchantability and fitness for = a particular purpose. --------------------------------------------- -Checked for viruses by McAfee.- o1 ---------------------------------------------=0D |