AlertProcessingService

StockSharp.Alerts

Alert processing service.

継承元: BaseLogReceiver

実装: IAlertProcessingService, IPersistable, ILogSource, IDisposable

コンストラクター

AlertProcessingService(int)

Initializes a new instance of the AlertProcessingService.

maxQueue
Max queue for process.

プロパティ

Schemas : IEnumerable<AlertSchema>

All schemas.

メソッド

DisposeManaged()

Release resources.

Register(AlertSchema)

Register schema.

schema
Schema.

イベント

Registered : Action<AlertSchema>

Schema registration event.

UnRegistered : Action<AlertSchema>

Schema unregistering event.