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