AllocReportID Field
Inheritance: StringField
Exemple #1
0
 public AllocationReportAck(
     QuickFix.Fields.AllocReportID aAllocReportID,
     QuickFix.Fields.AllocID aAllocID,
     QuickFix.Fields.TransactTime aTransactTime,
     QuickFix.Fields.AllocStatus aAllocStatus
     ) : this()
 {
     this.AllocReportID = aAllocReportID;
     this.AllocID       = aAllocID;
     this.TransactTime  = aTransactTime;
     this.AllocStatus   = aAllocStatus;
 }
Exemple #2
0
 public bool IsSet(QuickFix.Fields.AllocReportID val)
 {
     return(IsSetAllocReportID());
 }
Exemple #3
0
 public QuickFix.Fields.AllocReportID Get(QuickFix.Fields.AllocReportID val)
 {
     GetField(val);
     return(val);
 }
Exemple #4
0
 public void Set(QuickFix.Fields.AllocReportID val)
 {
     this.AllocReportID = val;
 }
 public void Set(QuickFix.Fields.AllocReportID val) 
 { 
     this.AllocReportID = val;
 }