Table of Contents

Enum UnitTypes

Namespace
StockSharp.Messages
Assembly
StockSharp.Messages.dll

Measure units.

[DataContract]
public enum UnitTypes
Extension Methods

Fields

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

The absolute value. Incremental change is a given number.

[EnumMember] [Display(ResourceType = typeof(LocalizedStrings), Name = "Limit")] [Obsolete("Use Absolute value.")] Limit = 4

Obsolete. Use Absolute instead.

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

Percents. Step change - one hundredth of a percent.

[EnumMember] [Display(ResourceType = typeof(LocalizedStrings), Name = "Point")] [Obsolete("Use Absolute value.")] Point = 2

Point.

[EnumMember] [Display(ResourceType = typeof(LocalizedStrings), Name = "PriceStep")] [Obsolete("Use Absolute value.")] Step = 3

Price step.