AlertProcessingService

StockSharp.Alerts

Alert processing service.

Inherits: BaseLogReceiver

Implements: IAlertProcessingService, IPersistable, ILogSource, IDisposable

Constructors

AlertProcessingService(int)

Initializes a new instance of the AlertProcessingService.

maxQueue
Max queue for process.

Properties

Schemas : IEnumerable<AlertSchema>

All schemas.

Methods

DisposeManaged()

Release resources.

Register(AlertSchema)

Register schema.

schema
Schema.

Events

Registered : Action<AlertSchema>

Schema registration event.

UnRegistered : Action<AlertSchema>

Schema unregistering event.