Uses of Class
com.bluebell.greenhouse.anther.models.strategy.result.AntherTradingStrategyResult
Packages that use AntherTradingStrategyResult
Package
Description
Contains classes that implement trading strategies.
Contains implementations of
AntherTradingStrategys.-
Uses of AntherTradingStrategyResult in com.bluebell.greenhouse.anther.strategy
Methods in com.bluebell.greenhouse.anther.strategy that return AntherTradingStrategyResultModifier and TypeMethodDescriptionAntherTradingStrategy.executeStrategy(P parameters) Executes aAntherTradingStrategywith the given parameters. -
Uses of AntherTradingStrategyResult in com.bluebell.greenhouse.anther.strategy.impl
Methods in com.bluebell.greenhouse.anther.strategy.impl that return AntherTradingStrategyResultModifier and TypeMethodDescriptionBloomTradingStrategy.executeStrategy(BloomTradingStrategyParameters parameters) Executes this trading strategy.