ApplReportType Field
Inheritance: IntField
Exemplo n.º 1
0
 public ApplicationMessageReport(
     QuickFix.Fields.ApplReportID aApplReportID,
     QuickFix.Fields.ApplReportType aApplReportType
     ) : this()
 {
     this.ApplReportID   = aApplReportID;
     this.ApplReportType = aApplReportType;
 }
Exemplo n.º 2
0
 public bool IsSet(QuickFix.Fields.ApplReportType val)
 {
     return(IsSetApplReportType());
 }
Exemplo n.º 3
0
 public QuickFix.Fields.ApplReportType Get(QuickFix.Fields.ApplReportType val)
 {
     GetField(val);
     return(val);
 }
Exemplo n.º 4
0
 public void Set(QuickFix.Fields.ApplReportType val)
 {
     this.ApplReportType = val;
 }
 public void Set(QuickFix.Fields.ApplReportType val) 
 { 
     this.ApplReportType = val;
 }