예제 #1
0
 public Quote(LionFire.Trading.QuickFix.ConsoleTest.Fields.QuoteID aQuoteID,
              LionFire.Trading.QuickFix.ConsoleTest.Fields.Symbol aSymbol)
     : this()
 {
     this.QuoteID = aQuoteID;
     this.Symbol  = aSymbol;
 }
예제 #2
0
 public QuoteCancel(LionFire.Trading.QuickFix.ConsoleTest.Fields.QuoteID aQuoteID,
                    LionFire.Trading.QuickFix.ConsoleTest.Fields.QuoteCancelType aQuoteCancelType)
     : this()
 {
     this.QuoteID         = aQuoteID;
     this.QuoteCancelType = aQuoteCancelType;
 }
예제 #3
0
 public bool IsSet(LionFire.Trading.QuickFix.ConsoleTest.Fields.QuoteID val)
 {
     return(IsSetQuoteID());
 }
예제 #4
0
 public LionFire.Trading.QuickFix.ConsoleTest.Fields.QuoteID Get(LionFire.Trading.QuickFix.ConsoleTest.Fields.QuoteID val)
 {
     GetField(val);
     return(val);
 }
예제 #5
0
 public void Set(LionFire.Trading.QuickFix.ConsoleTest.Fields.QuoteID val)
 {
     this.QuoteID = val;
 }