RefMsgType Field
Inheritance: StringField
 public BusinessMessageReject(
     QuickFix.Fields.RefMsgType aRefMsgType,
     QuickFix.Fields.BusinessRejectReason aBusinessRejectReason
     ) : this()
 {
     this.RefMsgType           = aRefMsgType;
     this.BusinessRejectReason = aBusinessRejectReason;
 }
Esempio n. 2
0
 public void Set(QuickFix.Fields.RefMsgType val)
 {
     this.RefMsgType = val;
 }
Esempio n. 3
0
 public bool IsSet(QuickFix.Fields.RefMsgType val)
 {
     return(IsSetRefMsgType());
 }
Esempio n. 4
0
 public QuickFix.Fields.RefMsgType Get(QuickFix.Fields.RefMsgType val)
 {
     GetField(val);
     return(val);
 }
Esempio n. 5
0
 public void Set(QuickFix.Fields.RefMsgType val) 
 { 
     this.RefMsgType = val;
 }