StreamLink.NET
IPermissionSubscription Interface
StreamLink.NETCaplin.StreamLink.Subscription.PermissionIPermissionSubscription
Represents a subscription to a permission subject
Declaration Syntax
C#Visual BasicVisual C++
public interface IPermissionSubscription : ISubscription
Public Interface IPermissionSubscription _
	Implements ISubscription
public interface class IPermissionSubscription : ISubscription
Members
All MembersMethodsProperties



IconMemberDescription
DataStatus
Identifies if the data for the subscription truly represents the live data for the subject.
(Inherited from ISubscription.)
Listener
Gets the IPermissionSubscriptionListener that is informed of any update to the permission 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 (Module: Caplin.StreamLink) Version: 5.0.19.0 (5.0.19.0)