AllocReportID Field
Inheritance: StringField
Exemplo n.º 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;
 }
Exemplo n.º 2
0
 public bool IsSet(QuickFix.Fields.AllocReportID val)
 {
     return(IsSetAllocReportID());
 }
Exemplo n.º 3
0
 public QuickFix.Fields.AllocReportID Get(QuickFix.Fields.AllocReportID val)
 {
     GetField(val);
     return(val);
 }
Exemplo n.º 4
0
 public void Set(QuickFix.Fields.AllocReportID val)
 {
     this.AllocReportID = val;
 }
Exemplo n.º 5
0
 public void Set(QuickFix.Fields.AllocReportID val) 
 { 
     this.AllocReportID = val;
 }