RobotAttribute¶
Summary¶
Sealed class RobotAttribute.
Remarks¶
Marks a class as a Robot. The Robot attribute cannot be ommited.
Signature
1 |
|
Namespace¶
cAlgo.API
Examples¶
1 2 3 4 5 6 7 8 9 10 |
|
Properties¶
Name¶
Summary
The name of a robot. Sets from constructor.
Signature
1 |
|
Return Value
string
Examples
1 2 3 4 5 |
|
TimeZone¶
Summary
Sets the timezone for all the robot or indicator datetime references
Remarks
All dates and times within the robot or indicator will be converted to this timezone
Signature
1 |
|
Return Value
string
Examples
1 2 |
|
AccessRights¶
Summary
Gets or sets the access rights required for the cBot.
Signature
1 |
|
Return Value
AccessRights
Last update: September 29, 2023