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")] Limit = 4

The limited value. This unit allows to set a specific change number, which cannot be used in arithmetic operations Unit.

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

Percents. Step change - one hundredth of a percent.

[EnumMember] [Display(ResourceType = typeof(LocalizedStrings), Name = "Point")] Point = 2

Point.

[EnumMember] [Display(ResourceType = typeof(LocalizedStrings), Name = "PriceStep")] Step = 3

Price step.