TT CORE SDK  0.1
TT CORE SDK documentation
tt_core_sdk::User Struct Reference

User definition. More...

#include <user.hpp>

Collaboration diagram for tt_core_sdk::User:

Public Attributes

uint64_t user_id
 Unique user ID. More...
 
uint64_t user_company_id
 Company ID of the user. More...
 
char name [MAX_USER_NAME]
 User name. More...
 
size_t account_count
 Accounts associated with the user. More...
 
Account accounts [MAX_ACCOUNT_NUMBER]
 
size_t market_data_count
 User market data permissions. More...
 
MarketData market_data [MAX_MARKET_DATA_NUMBER]
 

Detailed Description

User definition.

Definition at line 48 of file user.hpp.

Member Data Documentation

◆ account_count

size_t tt_core_sdk::User::account_count

Accounts associated with the user.

Definition at line 55 of file user.hpp.

◆ accounts

Account tt_core_sdk::User::accounts[MAX_ACCOUNT_NUMBER]

Definition at line 56 of file user.hpp.

◆ market_data

MarketData tt_core_sdk::User::market_data[MAX_MARKET_DATA_NUMBER]

Definition at line 61 of file user.hpp.

◆ market_data_count

size_t tt_core_sdk::User::market_data_count

User market data permissions.

Definition at line 60 of file user.hpp.

◆ name

char tt_core_sdk::User::name[MAX_USER_NAME]

User name.

Definition at line 52 of file user.hpp.

◆ user_company_id

uint64_t tt_core_sdk::User::user_company_id

Company ID of the user.

Definition at line 51 of file user.hpp.

◆ user_id

uint64_t tt_core_sdk::User::user_id

Unique user ID.

Definition at line 50 of file user.hpp.


The documentation for this struct was generated from the following file: