StreamLink for Silverlight
INewsSubscription Interface
StreamLink for SilverlightCaplin.StreamLink.Subscription.NewsINewsSubscription
Represents a subscription to a news headline subject
Declaration Syntax
C#Visual BasicVisual C++
public interface INewsSubscription : ISubscription
Public Interface INewsSubscription _
	Implements ISubscription
public interface class INewsSubscription : ISubscription
Members
All MembersMethodsProperties



IconMemberDescription
DataStatus
Identifies if the data for the subscription truly represents the live data for the subject.
(Inherited from ISubscription.)
Filter
Gets the filter used to filter record updates.

Listener
Gets the INewsSubscriptionListener that is informed of any update to the news headline 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.)

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