Example #1
0
 //Инициализация брокера
 public BrokerMT(int id)
 {
     isStop         = false;
     send_req       = false;
     this.ID        = id;
     request_type   = MT_REQUEST.NONE;
     BrokerParam    = new object[1];
     BrokerParam[0] = new MTParam();
     OrderParam     = new object[4];
     isReadyToTrade = true;
     isReal         = false;
 }
Example #2
0
 public static List <string> ParamName()
 {
     return(MTParam.paramNames());
 }