Ejemplo n.º 1
0
 public InstrumentType(EInstrumentType value)
 {
     this.Value = value;
 }
Ejemplo n.º 2
0
 // CONSTRUCTORS
 public InstrumentType()
 {
     this.Value = new EInstrumentType();
 }