QuoteCancelType Field
Inheritance: IntField
Beispiel #1
0
 public QuoteCancel(
     QuickFix.Fields.QuoteID aQuoteID,
     QuickFix.Fields.QuoteCancelType aQuoteCancelType
     ) : this()
 {
     this.QuoteID         = aQuoteID;
     this.QuoteCancelType = aQuoteCancelType;
 }
 public void Set(QuickFix.Fields.QuoteCancelType val) 
 { 
     this.QuoteCancelType = val;
 }
Beispiel #3
0
 public QuickFix.Fields.QuoteCancelType Get(QuickFix.Fields.QuoteCancelType val)
 {
     GetField(val);
     return(val);
 }
Beispiel #4
0
 public bool IsSet(QuickFix.Fields.QuoteCancelType val)
 {
     return(IsSetQuoteCancelType());
 }
Beispiel #5
0
 public void Set(QuickFix.Fields.QuoteCancelType val)
 {
     this.QuoteCancelType = val;
 }