Table of Contents

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

side OrderSide
quantity double
symbol string
price double

Properties

Price

Gets/sets the limit price.

public double Price { get; set; }

Property Value

double

Methods

OnGetDescription()

Returns a string representation of this order.

protected override string OnGetDescription()

Returns

string

OnGetPrice()

Returns the limit price.

protected override double? OnGetPrice()

Returns

double?