IAlertProcessingService
StockSharp.Alerts
Defines an alert processing service.
実装: IPersistable, ILogSource, IDisposable
プロパティ
Schemas : IEnumerable<AlertSchema>
All schemas.
メソッド
FindSchema(Guid) : AlertSchema
Find schema by the specified identifier.
- id
- The identifier.
戻り値: Found schema. if schema with the specified identifier doesn't exist.
イベント
Registered : Action<AlertSchema>
Schema registration event.
UnRegistered : Action<AlertSchema>
Schema unregistering event.