TT CORE SDK 2.0.1.1
TT CORE SDK documentation
|
#include <account.h>
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 |
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 | |
Account & | operator= (Account &&)=delete |
|
protecteddelete |