#include "DataSource.h"
#include "RTRobotStateInfo.h"
#include "RTExceptions.h"
#include "IMarketDataHelper.h"
#include "IOrderHelper.h"
#include "ITechnicalAnalysisHelper.h"
#include "IScriptExecutorHelper.h"
#include "IRiskInfoHelper.h"
Go to the source code of this file.
Classes | |
class | RT::RobotHelperInterfacesProvider |
Abstract class, defines interface to get robot helpers interfaces of the current robot instance. More... | |
class | RT::IControlTransportHelper |
Abstract class, provides interface to exchange data between robot and FrontEnd. More... | |
struct | RT::IControlTransportHelper::node_callback |
struct | RT::timeout_callback |
class | RT::ITimerHelper |
Abstract class, provides interface to add and delete timers. More... | |
class | RT::ILogger |
Abstract class, defines interfaces to framework logger. More... | |
Enumerations | |
enum | RTLogSeverityType { lst_TraceUndef, lst_TraceError, lst_TraceWarning, lst_TraceInfo, lst_TraceDebug, lst_TraceExtra } |