Esempio n. 1
0
 public SIM_Pending(SimOrder context, MqlApi mql4) : base(context, mql4)
 {
     this.context = context;
 }
Esempio n. 2
0
 public SimFilled(SimOrder context, MqlApi mql4) : base(context, mql4)
 {
     this.context = context;
 }