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