Class IndexedEventSubscriptionSymbol
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
objectThe event symbol.
source
IndexedEventSourceThe event source.
Exceptions
- ArgumentNullException
If eventSymbol or source are null.