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