TradeMUX SDK Documentation  1.0
TradeMUX SDK Documentation
int TerminalInfoInteger ( int  property_id)

Returns the value of a corresponding property of the program environment

Parameters
property_idIdentifier of a property. Can be one of the following values:
TERMINAL_BUILDThe client terminal build number
TERMINAL_CONNECTEDConnection to a trade server
TERMINAL_DLLS_ALLOWEDPermission to use DLL
TERMINAL_TRADE_ALLOWEDPermission to trade
TERMINAL_EMAIL_ENABLEDPermission to send e-mails using SMTP-server and login, specified in the terminal settings
TERMINAL_FTP_ENABLEDPermission to send reports using FTP-server and login, specified in the terminal settings
TERMINAL_NOTIFICATIONS_ENABLEDPermission to send notifications to smartphone
TERMINAL_MAXBARSThe maximal bars count on the chart
TERMINAL_MQIDThe flag indicates the presence of MetaQuotes ID data to send Push notifications
TERMINAL_CODEPAGENumber of the code page of the language installed in the client terminal
TERMINAL_CPU_CORESThe number of CPU cores in the system
TERMINAL_DISK_SPACEFree disk, Mb
TERMINAL_MEMORY_PHYSICALPhysical memory in the system, Mb
TERMINAL_MEMORY_TOTALMemory available to the process of the terminal , Mb
TERMINAL_MEMORY_AVAILABLEFree memory of the terminal process, Mb
TERMINAL_MEMORY_USEDMemory used by the terminal , Mb
Returns
Value of corresponding int property