StreamLink.NET
IRecordSubscription Interface
StreamLink.NETCaplin.StreamLink.Subscription.RecordIRecordSubscription
Represents a subscription to a record subject on the Liberator.
Declaration Syntax
C#Visual BasicVisual C++
public interface IRecordSubscription : ISubscription
Public Interface IRecordSubscription _
	Implements ISubscription
public interface class IRecordSubscription : ISubscription
Members
All MembersMethodsProperties



IconMemberDescription
DataStatus
Identifies if the data for the subscription truly represents the live data for the subject.
(Inherited from ISubscription.)
Fields
The fields that will be or have been subscribed to.

Filter
Gets the filter used to filter record updates.

Listener
Gets the IRecordSubscriptionListener that is informed of any update to the record subscription.

Parameters
Gets the parameters used when subscribing to the subject on the Liberator.
(Inherited from ISubscription.)
Status
Gets the status of this subscription.
(Inherited from ISubscription.)
Subject
The subject name to which the subscription relates (for example, "FX/EURUSD").
(Inherited from ISubscription.)
Subscribe()()()
Subscribes to the Subject on the Liberator.
(Inherited from ISubscription.)
SubscriptionListener
Gets the ISubscriptionListener that is informed of all subscription events relating to this subscription.
(Inherited from ISubscription.)
Type
Identifies the type of subject the subscription is for.
(Inherited from ISubscription.)
Unsubscribe()()()
Unsubscribes to the Subject on the Liberator.
(Inherited from ISubscription.)
Remarks

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