dxFeed .Net API  5.8.0
dxFeed .Net API library intended to provide market data access for DX clients
Public Member Functions | Protected Member Functions | Properties
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, private set]
 Returns symbol of this event. More...
 
object IDxEventType. EventSymbol [get]
 

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.

Member Function Documentation

◆ Clone()

abstract object com.dxfeed.native.events.MarketEventImpl.Clone ( )
pure virtual

Property Documentation

◆ EventSymbol [1/2]

string com.dxfeed.native.events.MarketEventImpl.EventSymbol
getprivate set

Returns symbol of this event.

◆ EventSymbol [2/2]

object IDxEventType. com.dxfeed.native.events.MarketEventImpl.EventSymbol
getprivate

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