IAlertProcessingService

StockSharp.Alerts

Defines an alert processing service.

Implementiert: IPersistable, ILogSource, IDisposable

Eigenschaften

Schemas : IEnumerable<AlertSchema>

All schemas.

Methoden

FindSchema(Guid) : AlertSchema

Find schema by the specified identifier.

id
The identifier.

Rückgabe: Found schema. if schema with the specified identifier doesn't exist.

Process(Message)

Check message on alert conditions.

message
Message.
Register(AlertSchema)

Register schema.

schema
Schema.
UnRegister(AlertSchema)

Remove previously registered by AlertSchema) schema.

schema
Schema.

Ereignisse

Registered : Action<AlertSchema>

Schema registration event.

UnRegistered : Action<AlertSchema>

Schema unregistering event.