[Quickfix-developers] any way to re-receive an execution report
Brought to you by:
orenmnero
From: Vijay Y. <vy...@op...> - 2004-10-13 14:46:05
|
Hello all, Upon receipt of a trade, I write the trade to a trade table. For this, I extract fields from ExecutionReport object. I imagine this tells quickfix that I have processed this specific execution report? Is there anyway through which I can extract fields from the ExecutionReport message and still signal Quickfix to reinvoke the ::onMessage with the same execution report. 1. How does QuickFix know within the context of ::onMessage that this message need not be sent again. 2. Is there a way to force QuickFix to resend the same message i.e. reinvoke onMessage till I somehow explicitly signal that I've successfully processed the message. I could store the message locally within my app and process it as and when I deem necessary but I'm trying to see if I can do it the lazy way. -- vijay |