TradeMUX SDK Documentation
1.0
TradeMUX SDK Documentation
|
bool ObjectSetDouble | ( | long | chart_id, |
string | object_name, | ||
int | prop_id, | ||
double | double_var | ||
) |
Sets the value of the corresponding object property. The object property must be of the double type
chart_id | Chart identifier | |||||||||||||||
name | Object name | |||||||||||||||
prop_id | ID of the object property. The value can be one of the following values:
| |||||||||||||||
double_var | New property value |