Table of Contents

Interface IEventType

Namespace
DxFeed.Graal.Net.Events
Assembly
DxFeed.Graal.Net.dll

Marks all event types that can be received via dxFeed API. Events are considered instantaneous, non-persistent, and unconflateable (each event is individually delivered) unless they implement one of interfaces defined in this package to further refine their meaning.
For more details see Javadoc.

public interface IEventType

Properties

EventSymbol

Gets or sets event symbol that identifies this event type DXFeedSubscription. Javadoc.

string? EventSymbol { get; set; }

Property Value

string

EventTime

Gets or sets time when event was created or zero when time is not available. The difference, measured in milliseconds, between the event creation time and midnight, January 1, 1970 UTC or zero when time is not available. Javadoc.

long EventTime { get; set; }

Property Value

long