Package com.strategyquant.tradinglib
Interface IParametersHelperModifier
public interface IParametersHelperModifier
Interface to call modifyParameterValue action for ParametersHelperModifier.
-
Method Summary
Modifier and TypeMethodDescriptionmodifyParameterValue(String paramName, Object existingParam)Modify parameter value.
-
Method Details
-
modifyParameterValue
Object modifyParameterValue(String paramName, Object existingParam) throws BlockDefinitionExceptionModify parameter value.- Parameters:
paramName- the param nameexistingParam- the existing param- Returns:
- the object
- Throws:
BlockDefinitionException- the block definition exception
-