TradeMUX SDK Documentation  1.0
TradeMUX SDK Documentation
bool GlobalVariableGet ( string  name,
out double  double_var 
)

Returns the value of the global variable

Parameters
nameGlobal variable name
double_varTarget variable of the double type, which accepts the value stored in a the global variable of the client terminal
Returns
Returns true or false depending on the success of the function run. If successful, the global variable of the client terminal is
placed in a variable passed by reference in the second parameter