public ApplicationMessageReport( QuickFix.Fields.ApplReportID aApplReportID, QuickFix.Fields.ApplReportType aApplReportType ) : this() { this.ApplReportID = aApplReportID; this.ApplReportType = aApplReportType; }
public bool IsSet(QuickFix.Fields.ApplReportType val) { return(IsSetApplReportType()); }
public QuickFix.Fields.ApplReportType Get(QuickFix.Fields.ApplReportType val) { GetField(val); return(val); }
public void Set(QuickFix.Fields.ApplReportType val) { this.ApplReportType = val; }