TradeMUX SDK Documentation
1.0
TradeMUX SDK Documentation
|
bool ObjectGetString | ( | long | chart_id, |
string | object_name, | ||
int | prop_id, | ||
int | prop_modifier, | ||
out string | string_var | ||
) |
Returns the value of the corresponding object property. The object property must be of the string type
chart_id | Chart identifier | |||||||||||||||||||||
name | Object name | |||||||||||||||||||||
prop_id | ID of the object property. The value can be one of the following values:
| |||||||||||||||||||||
prop_modifier | Modifier of the specified property. Most properties do not require a modifier. It denotes the number of the level in Fibonacci tools and in the graphical object Andrew's pitchfork. The numeration of levels starts from zero. | |||||||||||||||||||||
string_var | Variable of the string type that receives the value of the requested properties |