StreamLink.NET
Fields Property
StreamLink.NETCaplin.StreamLink.Subscription.NewsINewsEventFields
Gets all field/value paris that were updated.
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 ();
}
Value
The fields.
Remarks
This data structure allows access to any additional information associated with the news headline which aren't available directly.

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