Show / Hide Table of Contents

Class Account

Inheritance
object
Account
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: tt_net_sdk
Assembly: tt-net-api.dll
Syntax
public class Account

Fields

Empty

Declaration
public static Account Empty
Field Value
Type Description
Account

Properties

AccountId

Declaration
public ulong AccountId { get; }
Property Value
Type Description
ulong

AccountName

Declaration
public string AccountName { get; }
Property Value
Type Description
string

AssignedMarkets

Declaration
public IReadOnlyCollection<MarketId> AssignedMarkets { get; }
Property Value
Type Description
IReadOnlyCollection<MarketId>

BrokerKey

Declaration
public BrokerKey BrokerKey { get; }
Property Value
Type Description
BrokerKey

BrokerName

Declaration
public string BrokerName { get; }
Property Value
Type Description
string

CompanyKey

Declaration
public CompanyKey CompanyKey { get; }
Property Value
Type Description
CompanyKey

CompanyName

Declaration
public string CompanyName { get; }
Property Value
Type Description
string

Key

Declaration
public AccountKey Key { get; }
Property Value
Type Description
AccountKey

Methods

IsEmpty()

Declaration
public bool IsEmpty()
Returns
Type Description
bool

IsNullOrEmpty(Account)

Declaration
public static bool IsNullOrEmpty(Account a)
Parameters
Type Name Description
Account a
Returns
Type Description
bool

ToString()

Declaration
public override string ToString()
Returns
Type Description
string
Overrides
object.ToString()
In this article
Back to top