TT CORE SDK 2.0.2.1
TT CORE SDK documentation
ttsdk::Account Class Referenceabstract

#include <account.h>

Inheritance diagram for ttsdk::Account:
Collaboration diagram for ttsdk::Account:

Public Member Functions

virtual ~Account ()
virtual uint64_t GetAccountId () const =0
virtual const char * GetName () const =0
virtual uint64_t GetCompanyId () const =0
virtual uint64_t GetBrokerId () const =0
virtual bool IsTradingAllowed () const =0
int dec_ref () const
void inc_ref () const
virtual void del_ref () const

Protected Member Functions

 Account ()
 Account (Account &&)=delete
Accountoperator= (Account &&)=delete

Detailed Description

Definition at line 23 of file account.h.

Constructor & Destructor Documentation

◆ ~Account()

virtual ttsdk::Account::~Account ( )
inlinevirtual

Definition at line 26 of file account.h.

◆ Account() [1/2]

ttsdk::Account::Account ( )
inlineprotected

Definition at line 34 of file account.h.

Here is the caller graph for this function:

◆ Account() [2/2]

ttsdk::Account::Account ( Account && )
protecteddelete
Here is the call graph for this function:

Member Function Documentation

◆ dec_ref()

int ttsdk::shared_base::dec_ref ( ) const
inherited

◆ del_ref()

virtual void ttsdk::shared_base::del_ref ( ) const
virtualinherited

◆ GetAccountId()

virtual uint64_t ttsdk::Account::GetAccountId ( ) const
pure virtual

◆ GetBrokerId()

virtual uint64_t ttsdk::Account::GetBrokerId ( ) const
pure virtual

◆ GetCompanyId()

virtual uint64_t ttsdk::Account::GetCompanyId ( ) const
pure virtual

◆ GetName()

virtual const char * ttsdk::Account::GetName ( ) const
pure virtual

◆ inc_ref()

void ttsdk::shared_base::inc_ref ( ) const
inherited

◆ IsTradingAllowed()

virtual bool ttsdk::Account::IsTradingAllowed ( ) const
pure virtual

◆ operator=()

Account & ttsdk::Account::operator= ( Account && )
protecteddelete
Here is the call graph for this function:

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