Uses of Class
com.strategyquant.tradinglib.BlockDefinitionException
Packages that use BlockDefinitionException
-
Uses of BlockDefinitionException in com.strategyquant.tradinglib
Methods in com.strategyquant.tradinglib that throw BlockDefinitionExceptionModifier and TypeMethodDescriptionExitMethod.clone(boolean includingParameters, StrategyBase strategy)Clone.IBlock.clone(boolean includingParameters, StrategyBase strategy)Clone.static StringEditors.convertToWizardConstant(int type)Convert to wizard constant.static voidParametersHelper.copyParametersFromBlockToBlock(IBlock sourceBlock, IBlock targetBlock, IParametersHelperModifier iParametersHelperModifier)Copy parameters from block to block.voidExitMethod.createExitMethodXml(org.jdom2.Element elExitRules)Creates the exit method xml.static booleanExists.static voidBlocks.generateBlocksXml(org.jdom2.Element elRoot)Generate blocks xml.static org.jdom2.ElementBlocks.generateBlockTreeXml(IBlock block)Generate block tree xml.static voidBlocks.generateExitRulesXml(org.jdom2.Element elExitRules)Generate exit rules xml.voidExitMethod.generateXmlParams(org.jdom2.Element elParamCategory, Field exitMethodsField, org.jdom2.Element elBlock, ExitMethod[] exitMethods, boolean realData)Generate xml params.static IBlockGets the.static IBlockBlocks.getBlockObject(String snippetName, StrategyBase strategy, org.jdom2.Element elBlock)Gets the block object.org.jdom2.ElementExitMethod.getCustomBlockXml(int type)Gets the custom block xml.org.jdom2.ElementIBlock.getCustomBlockXml(int type)Gets the custom block xml.static ObjectParametersHelper.getFieldValue(IBlock block, String paramName)Gets the field value.static IBlockBlocks.getOppositeBlock(IBlock block)Gets the opposite block.static ObjectParametersHelper.getParameterValue(IBlock block, String paramName)Gets the parameter value.static IBlockBlocks.getSameBlock(IBlock block)Gets the clone of the same block.IParametersHelperModifier.modifyParameterValue(String paramName, Object existingParam)Modify parameter value.abstract IBlockNegater.negate(NegatersList negatersList, IBlock block, int blockType, int returnType, StrategyBase strategy)Negate.NegatersList.negate(IBlock block, StrategyBase strategy)Negate.static voidParametersHelper.negateParametersInClonedBlock(IBlock block, IBlock oppositeBlock, NegatersList negatersList, StrategyBase strategy)Negate parameters in cloned block.IFormula.newFormulaInstance(StrategyBase strategy, org.jdom2.Element elFormulaBlock)New formula instance.ExitMethod.newInstance(StrategyBase strategy, ArrayList<org.jdom2.Element> params)New instance.ExitMethod.newInstance(StrategyBase strategy, org.jdom2.Element elBlock)New instance.IBlock.newInstance(StrategyBase strategy, org.jdom2.Element elBlock)New instance.static voidParametersHelper.setFieldValue(IBlock block, String paramName, Object paramValue)Sets the field value.static voidParametersHelper.setParameterValue(IBlock block, String paramName, Object paramValue)Sets the parameter value.static StringReturnTypes.translateReturnType(int returnType)Translate return type.