[Quickfix-developers] Order of Fields not Preserved?
Brought to you by:
orenmnero
From: Hei C. <str...@ya...> - 2012-06-20 17:58:14
|
Hi, It seems like if I have created a repeated group object (e.g. FIX43::MarketDataSnapshotFullRefresh::NoMDEntries), set fields with the correct orders, and then set one of the fields again, the last set() will remove the existing one (expected) and put new one at the end of the repeated group. Is it expected? Or a bug? I am using QuickFIX C++ 1.12.4. Thanks in advance. Cheers, Hei |