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