|
TT CORE SDK 2.0.2.1
TT CORE SDK documentation
|
#include <connection.h>

Classes | |
| struct | Connection |
Public Types | |
| enum class | ConnectionStatus { UNKNOWN = 0 , UP = 1 , RISK_DOWN = 2 , ORDER_CONNECTOR_DOWN = 3 , SYNTHETIC_ENGINE_DOWN = 4 , NO_CONNECTIVITY = 5 } |
Public Attributes | |
| uint64_t | account_id = 0 |
| struct ttsdk::AccountConnectionStatus::Connection | connections [MAX_CONNECTIONS] |
| size_t | count |
Static Public Attributes | |
| static constexpr size_t | MAX_CONNECTIONS = 56 |
Definition at line 24 of file connection.h.
| Enumerator | |
|---|---|
| UNKNOWN | |
| UP | |
| RISK_DOWN | |
| ORDER_CONNECTOR_DOWN | |
| SYNTHETIC_ENGINE_DOWN | |
| NO_CONNECTIVITY | |
Definition at line 26 of file connection.h.
| uint64_t ttsdk::AccountConnectionStatus::account_id = 0 |
Definition at line 37 of file connection.h.
| struct ttsdk::AccountConnectionStatus::Connection ttsdk::AccountConnectionStatus::connections[MAX_CONNECTIONS] |
| size_t ttsdk::AccountConnectionStatus::count |
Definition at line 46 of file connection.h.
Definition at line 36 of file connection.h.