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);
        }
 public void Run()
 {
     _monitor = _monitor.Run();
     // Agroor 본인의 fishing order type을 확인한다.
     // fishing order type
 }