QuickFix.SessionSettings.SessionSettings C# (CSharp) Method

SessionSettings() public method

public SessionSettings ( TextReader conf ) : System.Collections.Generic
conf System.IO.TextReader
return System.Collections.Generic
        public SessionSettings(TextReader conf)
        {
            Load(conf);
        }

Same methods

SessionSettings::SessionSettings ( ) : System.Collections.Generic
SessionSettings::SessionSettings ( string file ) : System.Collections.Generic