MarketValidatePrice Method

Validate the price specified.

Definition

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

Parameters

pdecPrice  Decimal
The price to validate

Return Value

Boolean
True if the price is a valid increment

Remarks

Determines if the specified price is at a valid price increment for this market taking into account the variable price table and minimum cabinet price, if any.

See Also