QuickFix.Fields.Country.Country C# (CSharp) Method

Country() public method

public Country ( ) : System
return System
        public Country()
            : base(Tags.Country)
        {
        }

Same methods

Country::Country ( string val ) : System
Country