示例#1
0
 public QuoteCancel(LionFire.Trading.QuickFix.ConsoleTest.Fields.QuoteID aQuoteID,
                    LionFire.Trading.QuickFix.ConsoleTest.Fields.QuoteCancelType aQuoteCancelType)
     : this()
 {
     this.QuoteID         = aQuoteID;
     this.QuoteCancelType = aQuoteCancelType;
 }
示例#2
0
 public void Set(LionFire.Trading.QuickFix.ConsoleTest.Fields.QuoteCancelType val)
 {
     this.QuoteCancelType = val;
 }
示例#3
0
 public bool IsSet(LionFire.Trading.QuickFix.ConsoleTest.Fields.QuoteCancelType val)
 {
     return(IsSetQuoteCancelType());
 }
示例#4
0
 public LionFire.Trading.QuickFix.ConsoleTest.Fields.QuoteCancelType Get(LionFire.Trading.QuickFix.ConsoleTest.Fields.QuoteCancelType val)
 {
     GetField(val);
     return(val);
 }