MtGoxTrader.Model.StopOrder.Execute C# (CSharp) Method

Execute() public method

public Execute ( double currentSell, double currentBuy ) : bool
currentSell double
currentBuy double
return bool
        public virtual bool Execute(double currentSell, double currentBuy)
        {
            return false;
        }