Re: [Quickfix-developers] PossResend and rejecting duplicates
Brought to you by:
orenmnero
From: mwins <mar...@wi...> - 2008-06-26 09:06:26
|
>> You can retrieve messages from the store by sequence number. For the >> C++ api it goes something like this: Use FIX::Session::lookupSession() >> to obtain the Session by SessionID. Then call getStore() on that >> Session. You can then call the Store's get() method, which takes a seq >> num range and a vector into which the resulting messages will be >> returned. >> >> Maybe it would be easier/faster to keep a record of used clordids as >> they come in? Thanks. This is what I thought I would have to do. I've got the model in place to support the in-memory clordids, but I just didn't know how to get the clordids from the store after a system restart. -- View this message in context: http://www.nabble.com/PossResend-and-rejecting-duplicates-tp18071972p18129661.html Sent from the QuickFIX - Dev mailing list archive at Nabble.com. |