Ejemplo n.º 1
0
 public QuickFix.AccruedInterestRate getAccruedInterestRate()
 { QuickFix.AccruedInterestRate value = new QuickFix.AccruedInterestRate();
   getField(value); return value; }
Ejemplo n.º 2
0
 public bool isSet(QuickFix.AccruedInterestRate field)
 {
     return(isSetField(field));
 }
Ejemplo n.º 3
0
 public QuickFix.AccruedInterestRate get(QuickFix.AccruedInterestRate value)
 {
     getField(value); return(value);
 }
Ejemplo n.º 4
0
 public QuickFix.AccruedInterestRate getAccruedInterestRate()
 {
     QuickFix.AccruedInterestRate value = new QuickFix.AccruedInterestRate();
     getField(value); return(value);
 }
Ejemplo n.º 5
0
 public void set(QuickFix.AccruedInterestRate value)
 {
     setField(value);
 }