Uses of Class
name.milesparker.markets.StrategyEnum

Packages that use StrategyEnum
name.milesparker.markets   
 

Uses of StrategyEnum in name.milesparker.markets
 

Methods in name.milesparker.markets that return StrategyEnum
 StrategyEnum Trader.getStrategy()
          Gets the Strategy property for Trader.
static StrategyEnum StrategyEnum.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static StrategyEnum[] StrategyEnum.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in name.milesparker.markets with parameters of type StrategyEnum
 void Trader.setStrategy(StrategyEnum _strategy)
          Sets the Strategy property for Trader.