[Quickfix-developers] enumerating dictionary in C#
Brought to you by:
orenmnero
From: Peter P. <pet...@ho...> - 2008-11-28 15:39:21
|
Are there plans to be able to iterate all the members of a Dictionary in the C# implementation of Quickfix soon? It does include what seems to be an orphan member called size() but there seems to be no way to make any use of this to run through the contents of the dictionary in the same way that you can with the C++ version that has begin()/end() iterators. Just giving some sort of snapshot into some array structures (default and session-specific) would be fine for what I want; I do not need real-time access to the values. Dan _________________________________________________________________ See the most popular videos on the web http://clk.atdmt.com/GBL/go/115454061/direct/01/ |