Hi all, I use quickFixEngine and want to use ConfigurationSection for all the engion setting instead the setting.txt file. however I am not sure how to Initialize the SessionSettings with the setting.
I created a "SessionConfiguration" with all the needed properties. After loading the section I try to convert it to Stream and call QuickFix.SessionSettings(Stream) with the created Stream.
I it not work for me....
Thank you.