public decimal AddPriceIncrements(
decimal pdecIncrements,
decimal pdecPrice
)Public Function AddPriceIncrements (
pdecIncrements As Decimal,
pdecPrice As Decimal
) As DecimalAdds 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.