The enabled status of an account.
Namespace:
T4Assembly: T4Definitions.20 (in T4Definitions.20.dll)
Syntax
| C# |
|---|
[ObfuscationAttribute(Feature = "renaming", Exclude = true)] public enum AccountEnabled |
| Visual Basic (Declaration) |
|---|
<ObfuscationAttribute(Feature := "renaming", Exclude := True)> _ Public Enumeration AccountEnabled |
| Visual C++ |
|---|
[ObfuscationAttribute(Feature = L"renaming", Exclude = true)] public enum class AccountEnabled |
Members
| Member name | Description | |
|---|---|---|
| Disabled |
The account is disabled. Only a risk manager can enter orders into this account.
| |
| Enabled |
The account is enabled. Anyone with access and permission can enter orders into this account.
| |
| BackOfficeOnly |
The account is only available for back office functionality. This account is only visible on the admin and statements websites and is not loaded into desktop or webtrader systems.
|