UnitTypes

StockSharp.Messages

Measure units.

Fields

Absolute
public const UnitTypes Absolute
value = UnitTypes.Absolute

The absolute value. Incremental change is a given number.

Limit
public const UnitTypes Limit
value = UnitTypes.Limit

Obsolete. Use Absolute instead.

Percent
public const UnitTypes Percent
value = UnitTypes.Percent

Percents. Step change - one hundredth of a percent.

Point
public const UnitTypes Point
value = UnitTypes.Point

Point.

Step
public const UnitTypes Step
value = UnitTypes.Step

Price step.