Table of Contents

Namespace DxFeed.Graal.Net.Events

Classes

EventCodeAttribute

Indicates that the attributed class contains event code native.

EventFlags

Provides constants and utility methods for handling event flags.

IndexedEventSource

Source identifier for IIndexedEvent.
For more details see Javadoc.

Interfaces

IEventType

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.

IIndexedEvent

Represents an indexed collection of up-to-date information about some condition or state of an external entity that updates in real-time. For example, Order represents an order to buy or to sell some market instrument that is currently active on a market exchange and multiple orders are active for each symbol at any given moment in time.
For more details see Javadoc.

ILastingEvent

Represents up-to-date information about some condition or state of an external entity that updates in real-time. For example, a Quote is an up-to-date information about best bid and best offer for a specific symbol.
For more details see Javadoc.

ITimeSeriesEvent

Represents time-series snapshots of some process that is evolving in time or actual events in some external system that have an associated time stamp and can be uniquely identified. For example, TimeAndSale events represent the actual sales that happen on a market exchange at specific time moments, while Candle events represent snapshots of aggregate information about trading over a specific time period.
For more details see Javadoc.