StreamLink.NET
IExtendedContainerSubscription Interface
StreamLink.NETCaplin.StreamLink.Subscription.ExtendedContainerIExtendedContainerSubscription
Interface that represents the subscription to a container with filtering and sorting parameters.
Declaration Syntax
C#Visual BasicVisual C++
public interface IExtendedContainerSubscription : IContainerSubscription, 
	ISubscription
Public Interface IExtendedContainerSubscription _
	Implements IContainerSubscription, ISubscription
public interface class IExtendedContainerSubscription : IContainerSubscription, 
	ISubscription
Members
All MembersMethodsProperties



IconMemberDescription
ChatSubscriptionListener
Sets the chat subscription listener that will be informed of all IChatEvent events in addition to any container level events. passed to the ISubscriptionListener interface.
(Inherited from IContainerSubscription.)
ClearWindow()()()
Removes the windowed view of the container so that updates are received for all elements in the container. This is the initial state before SetWindow(Int32, Int32) is called.
(Inherited from IContainerSubscription.)
DataStatus
Identifies if the data for the subscription truly represents the live data for the subject.
(Inherited from ISubscription.)
DirectorySubscriptionListener
Sets the directory subscription listener that will be informed of all IDirectoryEvent events in addition to any container level events. passed to the ISubscriptionListener interface.
(Inherited from IContainerSubscription.)
Elements
Gets a list of all the elements in this container.
(Inherited from IContainerSubscription.)
NewsSubscriptionListener
Sets the news subscription listener that will be informed of all INewsEvent events in addition to any container level events. passed to the ISubscriptionListener interface.
(Inherited from IContainerSubscription.)
PageSubscriptionListener
Sets the page subscription listener that will be informed of all IPageEvent events in addition to any container level events. passed to the ISubscriptionListener interface.
(Inherited from IContainerSubscription.)
Parameters
Gets the container parameters. Use this property in preference to the Parameters property inherited from ISubscription.
(Inherited from IContainerSubscription.)
Parameters
Gets the parameters used when subscribing to the subject on the Liberator.
(Inherited from ISubscription.)
PermissionSubscriptionListener
Sets the permission subscription listener that will be informed of all IPermissionEvent events in addition to any container level events. passed to the ISubscriptionListener interface.
(Inherited from IContainerSubscription.)
RecordSubscriptionListener
Sets the record subscription listener that will be informed of all IRecordEvent, IRecordType2Event and IRecordType3Event events in addition to any container level events passed to the ISubscriptionListener interface.
(Inherited from IContainerSubscription.)
SetExtendedParameters(IFilterExpression, ISortRule)
Sets the extended parameters for the container subscription.

SetExtendedParameters(IFilterExpression, ISortRule, FilteredUpdateType) Obsolete.
Do not call this method as it is deprecated, use SetExtendedParameters(IFilterExpression, ISortRule) instead. Sets the extended parameters for the container subscription.

SetWindow(Int32, Int32)
Changes the window into the container. Call this method to receive updates for a subset of the container elements.
(Inherited from IContainerSubscription.)
Status
Gets the status of this subscription.
(Inherited from ISubscription.)
StorySubscriptionListener
Sets the story subscription listener that will be informed of all IStoryEvent events in addition to any container level events. passed to the ISubscriptionListener interface.
(Inherited from IContainerSubscription.)
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.)
SubscribedToAllContainerElements
Indicates whether or not all the elements in the container have been subscribed to.
(Inherited from IContainerSubscription.)
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.)
WindowSize
Gets the number of elements in the container window.
(Inherited from IContainerSubscription.)
WindowStartIndex
Gets the index of the first element in the container window.
(Inherited from IContainerSubscription.)
Remarks

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