IAlertProcessingService
StockSharp.Alerts
Defines an alert processing service.
Implements: IPersistable, ILogSource, IDisposable
Properties
Schemas : IEnumerable<AlertSchema>
All schemas.
Methods
FindSchema(Guid) : AlertSchema
Find schema by the specified identifier.
- id
- The identifier.
Returns: Found schema. if schema with the specified identifier doesn't exist.
Events
Registered : Action<AlertSchema>
Schema registration event.
UnRegistered : Action<AlertSchema>
Schema unregistering event.