Table of Contents

Class FixOrderCondition

Namespace
StockSharp.Fix
Assembly
StockSharp.Fix.Core.dll

StockSharp.Fix order condition.

[DataContract]
[Display(ResourceType = typeof(LocalizedStrings), Name = "FIX")]
public class FixOrderCondition : OrderCondition, IStopLossOrderCondition, ITakeProfitOrderCondition
Inheritance
FixOrderCondition
Implements
Derived
Inherited Members
Extension Methods

Constructors

FixOrderCondition()

Initializes a new instance of the FixOrderCondition.

public FixOrderCondition()

Properties

Offset

Offset.

[DataMember]
[Display(ResourceType = typeof(LocalizedStrings), Name = "PriceOffset", Description = "PriceOffsetForOrder", GroupName = "Parameters", Order = 2)]
public decimal? Offset { get; set; }

Property Value

decimal?

StopPrice

Stop-price.

[DataMember]
[Display(ResourceType = typeof(LocalizedStrings), Name = "StopPrice", Description = "StopPriceValue", GroupName = "Parameters", Order = 1)]
public decimal? StopPrice { get; set; }

Property Value

decimal?

Type

Stop-order type.

[DataMember]
[Display(ResourceType = typeof(LocalizedStrings), Name = "Type", Description = "StopOrderTypeDesc", GroupName = "Parameters", Order = 0)]
public FixStopOrderTypes? Type { get; set; }

Property Value

FixStopOrderTypes?