Class 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.
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
objectThe event symbol.
fromTime
DateTimeOffsetThe 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)