Table of Contents

Class CqgContinuumOrderCondition

Namespace
StockSharp.Cqg.Continuum
Assembly
StockSharp.Cqg.Continuum.dll

StockSharp.Cqg.Continuum order condition.

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

Constructors

CqgContinuumOrderCondition()

Initializes a new instance of the CqgContinuumOrderCondition.

public CqgContinuumOrderCondition()

Properties

StopPrice

Activation price, when reached an order will be placed.

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

Property Value

decimal?

TrailingStopLossOffset

Offset of a trailing stop-loss.

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

Property Value

decimal?