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; }
public QuickFix.Fields.QuoteCancelType Get(QuickFix.Fields.QuoteCancelType val) { GetField(val); return(val); }
public bool IsSet(QuickFix.Fields.QuoteCancelType val) { return(IsSetQuoteCancelType()); }