C# Class MtGoxTrader.Model.StopOrder

Mostra file Open project: iamapi/MtgoxTrader Class Usage Examples

Public Properties

Property Type Description
orderTol double

Private Properties

Property Type Description

Public Methods

Method Description
Execute ( double currentSell, double currentBuy ) : bool
ShouldExecute ( double currentSell, double currentBuy ) : bool
StopOrder ( ) : System
StopOrder ( StopOrder order ) : System

Method Details

Execute() public method

public Execute ( double currentSell, double currentBuy ) : bool
currentSell double
currentBuy double
return bool

ShouldExecute() public method

public ShouldExecute ( double currentSell, double currentBuy ) : bool
currentSell double
currentBuy double
return bool

StopOrder() public method

public StopOrder ( ) : System
return System

StopOrder() public method

public StopOrder ( StopOrder order ) : System
order StopOrder
return System

Property Details

orderTol public_oe property

public double orderTol
return double