dxFeed .Net API  7.1.0
dxFeed .Net API library intended to provide market data access for DX clients
com.dxfeed.native.events.MarketEventImpl Class Referenceabstract

Abstract base class for all market events. All market events are objects that extend this class. Market event classes are simple beans with setters and getters for their properties and minimal business logic. All market events have EventSymbol property that is defined by this class. More...

Inheritance diagram for com.dxfeed.native.events.MarketEventImpl:
[legend]
Collaboration diagram for com.dxfeed.native.events.MarketEventImpl:
[legend]

Public Member Functions

abstract object Clone ()
 

Protected Member Functions

 MarketEventImpl (string symbol)
 Protected constructor for concrete implementation classes that initializes EventSymbol property. More...
 

Properties

string EventSymbol [get]
 Returns symbol of this event. More...
 

Detailed Description

Abstract base class for all market events. All market events are objects that extend this class. Market event classes are simple beans with setters and getters for their properties and minimal business logic. All market events have EventSymbol property that is defined by this class.

Constructor & Destructor Documentation

◆ MarketEventImpl()

com.dxfeed.native.events.MarketEventImpl.MarketEventImpl ( string  symbol)
inlineprotected

Protected constructor for concrete implementation classes that initializes EventSymbol property.

Parameters
symbolThe event symbol.

Property Documentation

◆ EventSymbol

string com.dxfeed.native.events.MarketEventImpl.EventSymbol
get

Returns symbol of this event.


The documentation for this class was generated from the following file: