MatchType Field
Inheritance: StringField
 public void Set(QuickFix.Fields.MatchType val) 
 { 
     this.MatchType = val;
 }
 public QuickFix.Fields.MatchType Get(QuickFix.Fields.MatchType val)
 {
     GetField(val);
     return(val);
 }
 public bool IsSet(QuickFix.Fields.MatchType val)
 {
     return(IsSetMatchType());
 }
 public void Set(QuickFix.Fields.MatchType val)
 {
     this.MatchType = val;
 }