Exemple #1
0
 public OrderPositionFill(EOrderPositionFill value)
 {
     this.Value = value;
 }
Exemple #2
0
 // CONSTRUCTORS
 public OrderPositionFill()
 {
     this.Value = new EOrderPositionFill();
 }