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