LastFragment Field
Inheritance: BooleanField
Beispiel #1
0
 public MarketTotalsComposition(
     QuickFix.Fields.TotNoRelatedSym aTotNoRelatedSym,
     QuickFix.Fields.LastFragment aLastFragment
     ) : this()
 {
     this.TotNoRelatedSym = aTotNoRelatedSym;
     this.LastFragment    = aLastFragment;
 }
 public void Set(QuickFix.Fields.LastFragment val) 
 { 
     this.LastFragment = val;
 }
Beispiel #3
0
 public bool IsSet(QuickFix.Fields.LastFragment val)
 {
     return(IsSetLastFragment());
 }
Beispiel #4
0
 public QuickFix.Fields.LastFragment Get(QuickFix.Fields.LastFragment val)
 {
     GetField(val);
     return(val);
 }
Beispiel #5
0
 public void Set(QuickFix.Fields.LastFragment val)
 {
     this.LastFragment = val;
 }