RobotAttribute¶
Summary¶
Sealed class RobotAttribute.
Remarks¶
Marks a class as a Robot. The Robot attribute cannot be ommited.
Signature¶
1 |
|
Namespace¶
cAlgo.API
Properties¶
Name | Description |
---|---|
Name { get; } | The name of a robot. Sets from constructor. |
TimeZone { get; set; } | Sets the timezone for all the robot or indicator datetime references |
AccessRights { get; set; } | Gets or sets the access rights required for the cBot. |
Examples¶
1 2 3 4 5 6 7 8 9 10 |
|
Last update: March 23, 2023