Service Overview
A control interface for general actions that a trading strategy can take in response to a market event.
Attributes:Name | Type | Information |
---|---|---|
is_tracing | boolean | Return a boolean representing whether the Service object is in trace-mode. |
symbol_list | ListObj | A snapshot of past list data. |
system_time | integer | A microsecond timestamp indicating when the most-recent market event occurred. This includes events other than trades. |
- Input Output - Script input/output
- Script Control - controlling scripts
- Time - time functions
- Triggers - managing system method interaction
- Profiling - methods to control the profiling process