I trying to make unit tests of my ProcessEvent in my Client class decentant as well as my DecodeMsg. And for that purpose I need to create test data
For ProcessEvent I need to create ThomsonReuters.RFA.SessionLayer.OMMItemEvent's to test my branches.
And for DecodeMsg I need to create ThomsonReuters.RFA.Data.FieldList as far as I can see. I thing I have figure a way to store the data but I can get the other way.
My basic problem is that I can find a way to create these classes and get them setup in RFA.NET
/Jens G