StreamLink.NET
RecordType2Updated Method (subscription, ev)
StreamLink.NETCaplin.StreamLink.Subscription.RecordIRecordSubscriptionListenerRecordType2Updated(ISubscription, IRecordType2Event)
Called when an update to a type 2 data in a record is received from the Liberator.
Declaration Syntax
C#Visual BasicVisual C++
void RecordType2Updated(
	ISubscription subscription,
	IRecordType2Event ev
)
Sub RecordType2Updated ( _
	subscription As ISubscription, _
	ev As IRecordType2Event _
)
void RecordType2Updated(
	ISubscription^ subscription, 
	IRecordType2Event^ ev
)
Parameters
subscription (ISubscription)
The subscription.
ev (IRecordType2Event)
The event. This contains the updated data.
Remarks
For information on accessing the data see the IRecordType2Event interface.

When a record contains type 2 data, it may also contain type 1 data. The type 1 data may also be updated at the same time as the type 2 data, in which case StreamLink will also call the RecordUpdated(ISubscription, IRecordEvent) method as well as this one.

Note: StreamLink queues events in the order they were raised and passes each event in turn to an appropriate callback method of the relevant listener. All listener callbacks execute in the same dedicated worker thread, so while this callback method is running no other callbacks will be invoked.

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