예제 #1
0
 public bool isSet(QuickFix.AllocReportType field)
 {
     return(isSetField(field));
 }
예제 #2
0
 public QuickFix.AllocReportType getAllocReportType()
 {
     QuickFix.AllocReportType value = new QuickFix.AllocReportType();
     getField(value); return(value);
 }
예제 #3
0
 public void set(QuickFix.AllocReportType value)
 {
     setField(value);
 }
예제 #4
0
 public QuickFix.AllocReportType get(QuickFix.AllocReportType value)
 {
     getField(value); return(value);
 }
예제 #5
0
 public QuickFix.AllocReportType getAllocReportType()
 { QuickFix.AllocReportType value = new QuickFix.AllocReportType();
   getField(value); return value; }