dxFeed .Net API
5.8.0
dxFeed .Net API library intended to provide market data access for DX clients
|
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...
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] |
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.
|
inlineprotected |
Protected constructor for concrete implementation classes that initializes EventSymbol property.
symbol | The event symbol. |
|
pure virtual |
Implemented in com.dxfeed.native.events.NativeTimeAndSale, com.dxfeed.native.events.NativeProfile, com.dxfeed.native.events.NativeOrderBase, com.dxfeed.native.events.NativeGreeks, com.dxfeed.native.events.NativeSummary, com.dxfeed.native.events.NativeSeries, com.dxfeed.native.events.NativeQuote, com.dxfeed.native.events.NativeTheoPrice, com.dxfeed.native.events.NativeUnderlying, com.dxfeed.native.events.NativeConfiguration, com.dxfeed.native.events.NativeTrade, and com.dxfeed.native.events.NativeTradeETH.
|
getprivate set |
Returns symbol of this event.
|
getprivate |