MarketChartDataMinPriceIncrement Property

The minimum price movement.

Definition

Namespace: T4.API
Assembly: T4API.47 (in T4API.47.dll) Version: 4.7.0.0 (4.7.68.4)
C#
public decimal MinPriceIncrement { get; }

Return Value

Decimal

Remarks

Note that this is the default movement. If the market has a minimum cabinet price or variable price table, as a number of options markets do, then the minimum price increment is dependent upon the price you are modifying. Use AddPriceIncrements method to correctly add or subtract a number of minimum price increments.

See Also