Function: validatePriceValues()
function validatePriceValues(
spotPrice,
lowerPrice,
upperPrice): void;
Parameters
| Parameter | Type |
|---|---|
spotPrice | NumericAmount |
lowerPrice | NumericAmount |
upperPrice | NumericAmount |
Returns
void
function validatePriceValues(
spotPrice,
lowerPrice,
upperPrice): void;
| Parameter | Type |
|---|---|
spotPrice | NumericAmount |
lowerPrice | NumericAmount |
upperPrice | NumericAmount |
void