Example #1
0
 public bool isSet(Equity field)
 {
     throw new NotImplementedException();
 }
Example #2
0
 public void set(Equity value)
 {
     throw new NotImplementedException();
 }
Example #3
0
 public Equity get(Equity value)
 {
     value.setValue(base.getDouble(Equity.FIELD)); return(value);
 }