TSLab API Docs  1
Класс TSLab.DataSource.Account

Account information Подробнее...

Открытые типы

enum  AccountType { NORMAL, STUB }
 Account types Подробнее...
 

Открытые члены

 Account (ITradeSource ds, string accountId)
 
 Account (ITradeSource ds, string accountId, string name)
 
 Account (ITradeSource ds, string accountId, string name, string treaty, AccountType type, bool allowDebet)
 
override string ToString ()
 ToString convertion Подробнее...
 
override bool Equals (object obj)
 
override int GetHashCode ()
 

Открытые статические члены

static Account MakeAccountStub (ITradeSource ds, string id)
 

Свойства

ITradeSource DataSource [get]
 
string UniqueId [get]
 уникальный иденификатор, с учетом поставщика данных Подробнее...
 
string Id [get]
 DataSource account Id Подробнее...
 
string Name [get, set]
 Account visible name Подробнее...
 
string Treaty [get, set]
 Attached treaty Подробнее...
 
AccountType Type [get]
 Account type Подробнее...
 
bool AllowDebet [get, set]
 Margin trade is allowed Подробнее...
 
bool IsPortfolioCanCalculate [get, set]
 Можно расчитать портфель средставми TSLab Подробнее...
 
string BrokerInfo [get, set]
 

Подробное описание

Account information

Перечисления

Методы

override string TSLab.DataSource.Account.ToString ( )

ToString convertion

Возвращает

Полный список свойств

bool TSLab.DataSource.Account.AllowDebet
getset

Margin trade is allowed

string TSLab.DataSource.Account.Id
get

DataSource account Id

bool TSLab.DataSource.Account.IsPortfolioCanCalculate
getset

Можно расчитать портфель средставми TSLab

string TSLab.DataSource.Account.Name
getset

Account visible name

string TSLab.DataSource.Account.Treaty
getset

Attached treaty

AccountType TSLab.DataSource.Account.Type
get

Account type

string TSLab.DataSource.Account.UniqueId
get

уникальный иденификатор, с учетом поставщика данных