MarketAddPriceIncrements Method

Add the specified number of minimum price increments to the specified price.

Definition

Namespace: T4.API
Assembly: T4API.47 (in T4API.47.dll) Version: 4.7.0.0 (4.7.68.4)
C#
public decimal AddPriceIncrements(
	decimal pdecIncrements,
	decimal pdecPrice
)

Parameters

pdecIncrements  Decimal
The number of increments to add
pdecPrice  Decimal
The price to add to.

Return Value

Decimal
The modified price

Remarks

Adds the specified number of price movements to the price specified. Use a negative number to subtract price movements.

This takes into account the variable price table and minimum cabinet prices which may cause increments to be less than the markets default minimum price increment.

See Also