[Quickfix-developers] Unique Identifier
Brought to you by:
orenmnero
From: EclipseCap <tob...@ec...> - 2009-05-07 19:40:17
|
Greetings, I have a question about unique identifiers. With all of the order submission, filling, canceling, and replacing I was wondering how does everyone keep it straight? It looks like the CLOrdID would be a good unique identifier that would link back to an item in a map / dictionary, however if you submit an order cancel you have to issue a new CLOrdID and also send in the original. Is there a field you could set to that gets reflected back for each message of the lifetime of the order? Do I need to be cute and make my CLOrdIDs someline like: OrderABCD.1 then use OrderABCD.2 for a cancel request and just strip off the .1 and .2 to get my unique identifier. Thanks, Tim -- View this message in context: http://www.nabble.com/Unique-Identifier-tp23433761p23433761.html Sent from the QuickFIX - Dev mailing list archive at Nabble.com. |