The enabled status of an account.

Namespace:  T4
Assembly:  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 nameDescription
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.

See Also