Table of Contents

Interface IIndexedEvent

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

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.

public interface IIndexedEvent : IEventType
Inherited Members

Properties

EventFlags

Gets or sets transactional event flags.

int EventFlags { get; set; }

Property Value

int

EventSource

Gets source of this event.

IndexedEventSource EventSource { get; }

Property Value

IndexedEventSource

Index

Gets or sets unique per-symbol index of this event.

long Index { get; set; }

Property Value

long