|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.dxfeed.api.event.Event
public abstract class Event
Abstract base class for all types of events. All event types are POJO (plain old java objects) that
extend this class. Event classes are simple beans with setter and getter methods for their
properties and minimal business logic. All events have eventSymbol
property that is
defined by this class.
Quote
, Trade
, Summary
, Profile
, and Order
.
Event symbol for a market event is a market symbol.
See MarketEventSymbols
class for a description of market event symbology.
Constructor Summary | |
---|---|
protected |
Event()
|
protected |
Event(java.lang.String eventSymbol)
|
Method Summary | |
---|---|
java.lang.String |
getEventSymbol()
Returns symbol for this event. |
void |
setEventSymbol(java.lang.String eventSymbol)
Changes symbol for this event. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected Event()
protected Event(java.lang.String eventSymbol)
Method Detail |
---|
public java.lang.String getEventSymbol()
public void setEventSymbol(java.lang.String eventSymbol)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |