[Quickfix-users] Fwd: extract message from store file.
Brought to you by:
orenmnero
From: <nos...@fr...> - 2009-03-19 17:23:22
|
Hi, from time to time my app may receive a reject message (type=3) on sending an order. But it needs to know which original order was it that got rejected. I need fields from the original order. I know i get RefMsgSeqNumber (a sequence number of a FIX message) in a reject message and session messages are stored in a store factory file "store/FIX-XXX.body". So how do i extract the message that i need according to its SeqNumber using quickfix_net ? Do i have to write my own store file parser ? with regards, John McClane. |