Table of Contents

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

side OrderSide
quantity double
symbol string
stopPrice double

Properties

Price

Gets/sets the stop price.

public double Price { get; set; }

Property Value

double

Methods

OnGetDescription()

Returns a string representation of this stop order.

protected override string OnGetDescription()

Returns

string

OnGetPrice()

Returns the stop price.

protected override double? OnGetPrice()

Returns

double?