Description
This Enum used to indicatethe Account type if Demo Account, Contest Account or Real Account.
The following are values and the descriptions for every value:
ENUM_ACCOUNT_TYPE
| Constant | Description |
| ACCOUNT_TRADE_MODE_DEMO | The Account is a Demo Account |
| ACCOUNT_TRADE_MODE_CONTEST | The Account is a Contest Account |
| ACCOUNT_TRADE_MODE_REAL | The Account is a Real Account |
See Also