#include <tt_cplus_sdk.h>
|
| enum class | Status {
INITIALIZED
, READY
, UNAUTHORIZED
, RECOMMEND_UPDATE
,
REQUIRES_UPDATE
, FORCED_SHUTDOWN
, SDKALGO_CONNECTED
, EDGE_NOT_CONNECTED
,
SDKALGO_NOT_CONNECTED
, DOWN
, INVALID_PRICE_CONFIG
, ORDER_THROTTLE_LIMIT_EXCEEDED
,
EDGE_DISCONNECTED
} |
Definition at line 48 of file tt_cplus_sdk.h.
◆ Status
| Enumerator |
|---|
| INITIALIZED | |
| READY | |
| UNAUTHORIZED | |
| RECOMMEND_UPDATE | |
| REQUIRES_UPDATE | |
| FORCED_SHUTDOWN | |
| SDKALGO_CONNECTED | |
| EDGE_NOT_CONNECTED | |
| SDKALGO_NOT_CONNECTED | |
| DOWN | |
| INVALID_PRICE_CONFIG | |
| ORDER_THROTTLE_LIMIT_EXCEEDED | |
| EDGE_DISCONNECTED | |
Definition at line 51 of file tt_cplus_sdk.h.
◆ IEventHandler()
| ttsdk::IEventHandler::IEventHandler |
( |
| ) |
|
|
inline |
◆ ~IEventHandler()
| virtual ttsdk::IEventHandler::~IEventHandler |
( |
| ) |
|
|
inlinevirtual |
◆ OnAccountStatus()
◆ OnAlgoDefinitionDeleted()
◆ OnAlgoDefinitionUpdated()
◆ OnInstrumentDeleted()
| virtual void ttsdk::IEventHandler::OnInstrumentDeleted |
( |
InstrumentPtr | | ) |
|
|
inlinevirtual |
◆ OnInstrumentUpdated()
◆ OnStatus()
| virtual void ttsdk::IEventHandler::OnStatus |
( |
const Status | status | ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: