TradeMUX SDK Documentation  1.0
TradeMUX SDK Documentation
bool GlobalVariableTemp ( string  name)

The function attempts to create a temporary global variable. If the variable doesn't exist, the system creates a new temporary global variable

Parameters
nameGlobal variable name
Returns
If successful, the function returns true, otherwise - false. To get details about the error, you should call the GetLastError() function.

Temporary global variables exist only while the client terminal is running; after the terminal shutdown they are automatically deleted.
Note that during the execution of GlobalVariablesFlush() temporary global variables are not written to a disk.
After a temporary global variable has been created, it can be accessed and modified the same as global variable of the client terminal.