#include "RobotHelperInterfaces.h"
Go to the source code of this file.
Classes | |
class | RT::IArray< T > |
simple abstraction of the accessor to the array of the elements with type T More... | |
class | RT::IExchange |
represents available ExDestination (TradingVenue) properties and features More... | |
class | RT::IOrderConsumer |
representing the abstract class, which defines the order's actions callbacks interfaces More... | |
class | RT::IOrderHelper |
Abstract class, defines interfaces for order processing. More... | |
Defines | |
#define | SECONDS_IN_1HOUR 3600 |
#define | SECONDS_IN_1DAY 3600*24 |
Enumerations | |
enum | OrderRequestTypeMask { ort_Working = 1 << 0, ort_Filled = 1 << 1, ort_Canceled = 1 << 2, ort_All = ort_Working | ort_Filled | ort_Canceled } |