Class StopOrder
- Namespace
- Balsam
- Assembly
- Balsam.Backtester.dll
Stop order.
public class StopOrder : Order, IOrder, ICloneable, ITrade
- Inheritance
-
StopOrder
- Implements
- Inherited Members
- Extension Methods
Constructors
StopOrder(OrderSide, double, string, double)
Instantiates a new stop order using the specified values.
public StopOrder(OrderSide side, double quantity, string symbol, double stopPrice)
Parameters
Properties
Price
Gets/sets the stop price.
public double Price { get; set; }
Property Value
Methods
OnGetDescription()
Returns a string representation of this stop order.
protected override string OnGetDescription()
Returns
OnGetPrice()
Returns the stop price.
protected override double? OnGetPrice()