Table of Contents

Enum QuikStopPriceConditions

Namespace
StockSharp.Quik
Assembly
StockSharp.Quik.dll

Условия стоп-цены по отношению к цене последней сделки инструмента.

[DataContract]
public enum QuikStopPriceConditions
Extension Methods

Fields

[Display(ResourceType = typeof(LocalizedStrings), Name = "LessOrEqual")] [EnumMember] LessOrEqual = 1

Меньше или равно.

[Display(ResourceType = typeof(LocalizedStrings), Name = "MoreOrEqual")] [EnumMember] MoreOrEqual = 0

Больше или равно.