コード例 #1
0
        public MonitorController_Agroor(POrder keyOrder, Controller_Agroor parent)
        {
            this.KeyOrder = keyOrder;
            this.ElwCode = keyOrder.Code;
            this.BasePrice = keyOrder.ReqPrice;
            this.Parent = parent;

            this._monitor = new Monitor_Agroor_Ready(this);
        }
コード例 #2
0
 public void Run()
 {
     _monitor = _monitor.Run();
     // Agroor 본인의 fishing order type을 확인한다.
     // fishing order type
 }