Uses of Interface
com.strategyquant.tradinglib.IBlock
Packages that use IBlock
-
Uses of IBlock in com.strategyquant.tradinglib
Classes in com.strategyquant.tradinglib that implement IBlockMethods in com.strategyquant.tradinglib that return IBlockModifier and TypeMethodDescriptionExitMethod.clone(boolean includingParameters, StrategyBase strategy)Clone.IBlock.clone(boolean includingParameters, StrategyBase strategy)Clone.static IBlockGets the.static IBlock[]Blocks.getAllAvailableBlocks()Gets the all available blocks.static IBlockBlocks.getBlockObject(String snippetName, StrategyBase strategy, org.jdom2.Element elBlock)Gets the block object.static IBlockBlocks.getOppositeBlock(IBlock block)Gets the opposite block.static IBlockBlocks.getSameBlock(IBlock block)Gets the clone of the same block.abstract IBlockNegater.negate(NegatersList negatersList, IBlock block, int blockType, int returnType, StrategyBase strategy)Negate.NegatersList.negate(IBlock block, StrategyBase strategy)Negate.ExitMethod.newInstance(StrategyBase strategy, org.jdom2.Element elBlock)New instance.IBlock.newInstance(StrategyBase strategy, org.jdom2.Element elBlock)New instance.Methods in com.strategyquant.tradinglib with parameters of type IBlockModifier and TypeMethodDescriptionvoidExitMethod.copyCustomData(IBlock block)Copy custom data.voidIBlock.copyCustomData(IBlock block)Copy custom data.static voidParametersHelper.copyParametersFromBlockToBlock(IBlock sourceBlock, IBlock targetBlock, IParametersHelperModifier iParametersHelperModifier)Copy parameters from block to block.static org.jdom2.ElementBlocks.generateBlockTreeXml(IBlock block)Generate block tree xml.static intBlocks.getBlockType(IBlock block)Gets the block type.static ObjectParametersHelper.getFieldValue(IBlock block, String paramName)Gets the field value.static IBlockBlocks.getOppositeBlock(IBlock block)Gets the opposite block.ParametersHelper.getParameters(IBlock block)Gets the parameters.static ObjectParametersHelper.getParameterValue(IBlock block, String paramName)Gets the parameter value.static intBlocks.getReturnType(IBlock block)Gets the return type.static IBlockBlocks.getSameBlock(IBlock block)Gets the clone of the same block.abstract IBlockNegater.negate(NegatersList negatersList, IBlock block, int blockType, int returnType, StrategyBase strategy)Negate.NegatersList.negate(IBlock block, StrategyBase strategy)Negate.static voidParametersHelper.negateDataSeries(IBlock block, IBlock oppositeBlock)Negate data series.static voidParametersHelper.negateParametersInClonedBlock(IBlock block, IBlock oppositeBlock, NegatersList negatersList, StrategyBase strategy)Negate parameters in cloned block.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.