StreamLink.NET
RecordUpdated Method (subscription, ev)
StreamLink.NETCaplin.StreamLink.Subscription.RecordIRecordSubscriptionListenerRecordUpdated(ISubscription, IRecordEvent)
Called when an update occurs for a record subject.
Declaration Syntax
C#Visual BasicVisual C++
void RecordUpdated(
	ISubscription subscription,
	IRecordEvent ev
)
Sub RecordUpdated ( _
	subscription As ISubscription, _
	ev As IRecordEvent _
)
void RecordUpdated(
	ISubscription^ subscription, 
	IRecordEvent^ ev
)
Parameters
subscription (ISubscription)
The subscription.
ev (IRecordEvent)
The event.
Remarks
The majority of record based data is considered to be Type 1. This means that there is only one level of fields under the main container.
Thread Safety
Called directly from a thread running within the StreamLink.NET library. Therefore if the implementing class is likely to perform any sort of intense execution it is recommended that the API user executes this in a separate thread.

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