Description
This class represents the Account object that has the information for this account.
Properties
Part | Description |
AccountID | The account ID for the account. |
ClientID | The Client ID who own this account. |
FirstName | The first name of the client who owns this account. |
SecondName | The second name of the client who owns this account. |
ThirdName | The third name of the client who owns this account. |
LastName | The last name of the client who owns this account. |
FullName | The full name of the client who owns this account. |
DemoAccount | The account type; True, if demo. False, if real. |
Credit | The credit for the account. |
Balance | The balance for the account. |
Equity | The Equity for the account. |
MarginLevel | The margin level for the account. |
EffectiveMargin | The Effective margin for account. |
MarginRequirement | The margin requirement for the account. |
FloatingProfitLoss | The floating profit loss of the account. Read-only |
See Also