Uses of Interface
com.strategyquant.tradinglib.taskImpl.ISQTask
Packages that use ISQTask
Package
Description
-
Uses of ISQTask in com.strategyquant.tradinglib.project
Methods in com.strategyquant.tradinglib.project that return ISQTaskModifier and TypeMethodDescriptionAdd task isq task.Add task isq task.Clone task isq task.static ISQTask
ProjectConfigHelper.createTask(String taskType, String taskName, String projectName)
Create task isq task.SQProject.getLastRunningTask()
Gets last running task.SQProject.getTask(int index)
Gets task.SQProject.getTaskByHash(int hash)
Gets task by hash.SQProject.getTaskByName(String taskName)
Gets task by name.SQProject.removeTask(String taskName)
Remove task isq task.Methods in com.strategyquant.tradinglib.project that return types with arguments of type ISQTaskMethods in com.strategyquant.tradinglib.project with parameters of type ISQTaskModifier and TypeMethodDescriptionvoid
ProjectGlobalLog.addAcceptedStats(ProjectRunInfo projectRunInfo, ISQTask task)
Add accepted stats.void
ProjectGlobalLog.addDismissalStats(ProjectRunInfo projectRunInfo, ISQTask task)
Add dismissal stats. -
Uses of ISQTask in com.strategyquant.tradinglib.task.settings
Methods in com.strategyquant.tradinglib.task.settings with parameters of type ISQTaskModifier and TypeMethodDescriptionvoid
ISettingTabPlugin.readSettings(String projectName, ISQTask task, org.jdom2.Element elSettings, TaskSettingsData settingsData)
Read settings. -
Uses of ISQTask in com.strategyquant.tradinglib.taskImpl
Classes in com.strategyquant.tradinglib.taskImpl that implement ISQTaskMethods in com.strategyquant.tradinglib.taskImpl that return ISQTaskModifier and TypeMethodDescriptionISQTask.clone(String projectName, ProgressEngine progressEngine)
Clone isq task.