Class Account
Assembly: tt-net-api.dll
Syntax
Fields
Empty
Declaration
public static Account Empty
Field Value
Properties
AccountId
Declaration
public ulong AccountId { get; }
Property Value
AccountName
Declaration
public string AccountName { get; }
Property Value
AssignedMarkets
Declaration
public IReadOnlyCollection<MarketId> AssignedMarkets { get; }
Property Value
BrokerKey
Declaration
public BrokerKey BrokerKey { get; }
Property Value
BrokerName
Declaration
public string BrokerName { get; }
Property Value
CompanyKey
Declaration
public CompanyKey CompanyKey { get; }
Property Value
CompanyName
Declaration
public string CompanyName { get; }
Property Value
Key
Declaration
public AccountKey Key { get; }
Property Value
Methods
IsEmpty()
Declaration
Returns
IsNullOrEmpty(Account)
Declaration
public static bool IsNullOrEmpty(Account a)
Parameters
Returns
ToString()
Declaration
public override string ToString()
Returns
Overrides