Table of Contents

Namespace DxFeed.Graal.Net.Api.Osub

Classes

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.

IndexedEventSubscriptionSymbol<T>

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.

TimeSeriesSubscriptionSymbol

Represents subscription to time-series of events. Instances of this class can be used with DXFeedSubscription to specify subscription for time series events from a specific time. By default, subscribing to time-series events by their event symbol object, the subscription is performed to a stream of new events as they happen only.
For more details see Javadoc.

TimeSeriesSubscriptionSymbol<T>

Represents subscription to time-series of events. Instances of this class can be used with DXFeedSubscription to specify subscription for time series events from a specific time. By default, subscribing to time-series events by their event symbol object, the subscription is performed to a stream of new events as they happen only.
For more details see Javadoc.

WildcardSymbol

Represents [wildcard] subscription to all events of the specific event type. The All constant can be added to any DXFeedSubscription instance with AddSymbols(params object[]) method to the effect of subscribing to all possible event symbols. The corresponding subscription will start receiving all published events of the corresponding types.
For more details see Javadoc.

Interfaces

IObservableSubscription

Observable set of subscription symbols for the specific event type.
For more details see Javadoc.