StreamLink.NET
Fields Property
StreamLink.NETCaplin.StreamLink.Subscription.RecordIRecordEventFields
The record fields relating to the event.
Declaration Syntax
C#Visual BasicVisual C++
IDictionary<string, IField> Fields { get; }
ReadOnly Property Fields As IDictionary(Of String, IField)
property IDictionary<String^, IField^>^ Fields {
	IDictionary<String^, IField^>^ get ();
}
Remarks
For example, if the event is an Update, the fields are the ones that have been updated. For a full description of how the supplied fields relate to the event See SubscriptionEventType.

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