Uses of Interface
com.jfx.strategy.StrategyRunner

Packages that use StrategyRunner
com.jfx   
com.jfx.strategy   
 

Uses of StrategyRunner in com.jfx
 

Methods in com.jfx that return StrategyRunner
 StrategyRunner MT4.getStrategyRunner()
           
 

Methods in com.jfx with parameters of type StrategyRunner
 void MT4.setOrdersProcessingChannel(StrategyRunner strategyRunner)
           
 void MT4.setStrategyRunner(StrategyRunner strategyRunner)
           
 

Uses of StrategyRunner in com.jfx.strategy
 

Classes in com.jfx.strategy that implement StrategyRunner
 class BasicStrategyRunner
          Created by IntelliJ IDEA.
 class MT4TerminalConnection
          Created by IntelliJ IDEA.
 

Methods in com.jfx.strategy with parameters of type StrategyRunner
 void DummyStrategy.init(java.lang.String symbol, int period, StrategyRunner strategyRunner)
           
 void MainStrategy.init(java.lang.String symbol, int period, StrategyRunner strategyRunner)
           
 void Strategy.init(java.lang.String symbol, int period, StrategyRunner strategyRunner)
           
 



Copyright © 2008-2009 Roman Gerasimenko.