C# Класс MtGoxTrader.Trader.SellStopOrder

Наследование: MtGoxTrader.Model.StopOrder
Показать файл Открыть проект

Открытые методы

Метод Описание
Execute ( double currentSell, double currentBuy ) : bool
SellStopOrder ( StopOrder order ) : System
ShouldExecute ( double currentSell, double currentBuy ) : bool

Описание методов

Execute() публичный Метод

public Execute ( double currentSell, double currentBuy ) : bool
currentSell double
currentBuy double
Результат bool

SellStopOrder() публичный Метод

public SellStopOrder ( StopOrder order ) : System
order MtGoxTrader.Model.StopOrder
Результат System

ShouldExecute() публичный Метод

public ShouldExecute ( double currentSell, double currentBuy ) : bool
currentSell double
currentBuy double
Результат bool