Uses of Class
com.strategyquant.tradinglib.Trader
Packages that use Trader
-
Uses of Trader in com.strategyquant.tradinglib
Fields in com.strategyquant.tradinglib declared as TraderMethods in com.strategyquant.tradinglib that return TraderMethods in com.strategyquant.tradinglib with parameters of type TraderModifier and TypeMethodDescriptionvoid
Adds the trader.void
StrategyBase.setTradeControllers(String mainExecutionName, Trader[] tradeControllers)
Sets the trade controllers.abstract void
RiskManagementMethod.verifyOrder(Trader trader, ILiveOrder order)
Verify order.