TT CORE SDK 2.0.1.1
TT CORE SDK documentation
Loading...
Searching...
No Matches
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 charGetName () const =0
 
virtual uint64_t GetCompanyId () const =0
 
virtual uint64_t GetBrokerId () const =0
 
virtual bool IsTradingAllowed () const =0
 
- Public Member Functions inherited from ttsdk::shared_base
 shared_base ()
 
virtual ~shared_base ()
 
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.

◆ Account() [2/2]

ttsdk::Account::Account ( Account && )
protecteddelete

Member Function Documentation

◆ 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

◆ IsTradingAllowed()

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

◆ operator=()

Account & ttsdk::Account::operator= ( Account && )
protecteddelete

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