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