StreamLink.NET
Fields Property
StreamLink.NETCaplin.StreamLink.Subscription.RecordIRecordEventFields
Gets 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.

For an explanation of record data formats, see the Caplin StreamLink Overview.

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