C# Class MtGoxTrader.Trader.SellStopOrder

Inheritance: MtGoxTrader.Model.StopOrder
Afficher le fichier Open project: iamapi/MtgoxTrader

Méthodes publiques

Méthode Description
Execute ( double currentSell, double currentBuy ) : bool
SellStopOrder ( StopOrder order ) : System
ShouldExecute ( double currentSell, double currentBuy ) : bool

Method Details

Execute() public méthode

public Execute ( double currentSell, double currentBuy ) : bool
currentSell double
currentBuy double
Résultat bool

SellStopOrder() public méthode

public SellStopOrder ( StopOrder order ) : System
order MtGoxTrader.Model.StopOrder
Résultat System

ShouldExecute() public méthode

public ShouldExecute ( double currentSell, double currentBuy ) : bool
currentSell double
currentBuy double
Résultat bool