Account risk management / position tracking mode
Namespace:
T4Assembly: T4Definitions.20 (in T4Definitions.20.dll)
Syntax
| C# |
|---|
[ObfuscationAttribute(Feature = "renaming", Exclude = true)] public enum AccountMode |
| Visual Basic (Declaration) |
|---|
<ObfuscationAttribute(Feature := "renaming", Exclude := True)> _ Public Enumeration AccountMode |
| Visual C++ |
|---|
[ObfuscationAttribute(Feature = L"renaming", Exclude = true)] public enum class AccountMode |
Members
| Member name | Description | |
|---|---|---|
| Unknown | Mode is unknown or mixed (e.g. accountgroups) | |
| ByMarket | Track positions by individual market (outrights and strategies) | |
| ByContract | Track positions by contract (by outrights only) | |
| ByAccount | Track positions by contract (by outrights only) AND apply MaxPosition limits to the entire account and not to a market. |