Table of Contents

Class TimeSeriesSubscriptionSymbol

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

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.

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

Constructors

TimeSeriesSubscriptionSymbol(object, DateTimeOffset)

Initializes a new instance of the TimeSeriesSubscriptionSymbol class with a specified event symbol and from time in milliseconds since Unix epoch.

public TimeSeriesSubscriptionSymbol(object eventSymbol, DateTimeOffset fromTime)

Parameters

eventSymbol object

The event symbol.

fromTime DateTimeOffset

The from time is measured in milliseconds between the current time and midnight, January 1, 1970 UTC.

TimeSeriesSubscriptionSymbol(object, long)

Initializes a new instance of the TimeSeriesSubscriptionSymbol class with a specified event symbol and from time in milliseconds since Unix epoch.

public TimeSeriesSubscriptionSymbol(object eventSymbol, long fromTime)

Parameters

eventSymbol object

The event symbol.

fromTime long

The from time is measured in milliseconds between the current time and midnight, January 1, 1970 UTC.