List of risk management status's.
Namespace:
T4Assembly: T4Definitions.20 (in T4Definitions.20.dll)
Syntax
| C# |
|---|
[ObfuscationAttribute(Feature = "renaming", Exclude = true)] public enum AccountStatus |
| Visual Basic (Declaration) |
|---|
<ObfuscationAttribute(Feature := "renaming", Exclude := True)> _ Public Enumeration AccountStatus |
| Visual C++ |
|---|
[ObfuscationAttribute(Feature = L"renaming", Exclude = true)] public enum class AccountStatus |
Members
| Member name | Description | |
|---|---|---|
| Unknown |
Account status is unknown.
| |
| Blocked |
Account is blocked from trading. Only closing of positions will be allowed.
| |
| OK |
Account is ok for trading.
| |
| Unrestricted |
Account does not have margin restrictions.
| |
| Deleted |
Account has been deleted.
| |
| Disabled |
Account has been disabled.
| |
| OutsideActiveTime | Outside the active trading time for the account. | |
| NotAccessible | The account is not accessible by the user, e.g. permission removed
or account deleted since the user originally requested the account list. |