Exemplo n.º 1
0
 public QuoteCancel(
     QuickFix.QuoteID aQuoteID,
     QuickFix.QuoteCancelType aQuoteCancelType)
     : base(MsgType())
 {
     set(aQuoteID);
     set(aQuoteCancelType);
 }
 public QuickFix.QuoteCancelType getQuoteCancelType()
 { QuickFix.QuoteCancelType value = new QuickFix.QuoteCancelType();
   getField(value); return value; }
Exemplo n.º 3
0
 public bool isSet(QuickFix.QuoteCancelType field)
 {
     return(isSetField(field));
 }
Exemplo n.º 4
0
 public QuickFix.QuoteCancelType getQuoteCancelType()
 {
     QuickFix.QuoteCancelType value = new QuickFix.QuoteCancelType();
     getField(value); return(value);
 }
Exemplo n.º 5
0
 public QuickFix.QuoteCancelType get(QuickFix.QuoteCancelType value)
 {
     getField(value); return(value);
 }
Exemplo n.º 6
0
 public void set(QuickFix.QuoteCancelType value)
 {
     setField(value);
 }