MtGoxTrader.Model.StopOrder.Execute C# (CSharp) Méthode

Execute() public méthode

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