TradeMUX SDK Documentation  1.0
TradeMUX SDK Documentation
string ObjectName ( int  index)

Returns the name of the corresponding object by its index in the objects list.

Parameters
indexObject index. This value must be greater or equal to 0 and less than ObjectsTotal().
Returns
Name of the object is returned in case of success. To get the detailed error information, one has to call the GetLastError() function.