Table of Contents

Class IndexedEventSubscriptionSymbol

Namespace
DxFeed.Graal.Net.Api.Osub
Assembly
DxFeed.Graal.Net.dll

Represents subscription to a specific source of indexed events. Instances of this class can be used with DXFeedSubscription to specify subscription to a particular source of indexed events. By default, when subscribing to indexed events by their event symbol object, the subscription is performed to all supported sources.
For more details see Javadoc.

public class IndexedEventSubscriptionSymbol : IndexedEventSubscriptionSymbol<object>
Inheritance
IndexedEventSubscriptionSymbol
Inherited Members

Constructors

IndexedEventSubscriptionSymbol(object, IndexedEventSource)

Initializes a new instance of the IndexedEventSubscriptionSymbol class with a specified event symbol and source.

public IndexedEventSubscriptionSymbol(object eventSymbol, IndexedEventSource source)

Parameters

eventSymbol object

The event symbol.

source IndexedEventSource

The event source.

Exceptions

ArgumentNullException

If eventSymbol or source are null.