Table of Contents

Class AlorOrderCondition

Namespace
StockSharp.Alor
Assembly
StockSharp.Alor.dll

StockSharp.Alor order condition.

[DataContract]
public class AlorOrderCondition : OrderCondition, IStopLossOrderCondition, ITakeProfitOrderCondition
Inheritance
AlorOrderCondition
Implements
Inherited Members
Extension Methods

Constructors

AlorOrderCondition()

Initializes a new instance of the AlorOrderCondition.

public AlorOrderCondition()

Properties

Price

Close position price.

[DataMember]
public decimal? Price { get; set; }

Property Value

decimal?

TriggerPrice

Trigger price.

[DataMember]
public decimal? TriggerPrice { get; set; }

Property Value

decimal?