StreamLink.NET
IRecordEvent Interface
StreamLink.NETCaplin.StreamLink.Subscription.RecordIRecordEvent
Provides information about a change to a record (data of SubjectType Record).
Declaration Syntax
C#Visual BasicVisual C++
public interface IRecordEvent : ISubscriptionDataEvent
Public Interface IRecordEvent _
	Implements ISubscriptionDataEvent
public interface class IRecordEvent : ISubscriptionDataEvent
Members
All MembersProperties



IconMemberDescription
Fields
The record fields relating to the event.

Subject
Get the name of the subject updated.
(Inherited from ISubscriptionDataEvent.)
SubjectType
Gets the type of the subject that the event is for.
(Inherited from ISubscriptionDataEvent.)
Type
Gets the type of event.
(Inherited from ISubscriptionDataEvent.)

Assembly: Caplin.StreamLink (Module: Caplin.StreamLink) Version: 5.0.5.0 (5.0.5.0)