com.dxfeed.event
Annotation Type EventType


@Retention(value=RUNTIME)
@Documented
@Inherited
public @interface EventType

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.

See Also:
DXFeed



Copyright © 2013 Devexperts. All Rights Reserved.