OmmProviderEvent encapsulates item identifiers.
More...
OmmProviderEvent is used to convey item identifiers to application. OmmProviderEvent is returned through OmmProviderClient callback methods.
- See Also
- OmmProvider OmmProviderClient
Definition at line 41 of file OmmProviderEvent.h.
const ChannelInformation& thomsonreuters::ema::access::OmmProviderEvent::getChannelInformation |
( |
| ) |
const |
Returns the Channel Information for this event
- Returns
- the channel information for this event
const ChannelStatistics& thomsonreuters::ema::access::OmmProviderEvent::getChannelStatistics |
( |
| ) |
const |
Returns the Channel Statistical Information for this event
- Exceptions
-
- Returns
- the channel statistical information for this event
UInt64 thomsonreuters::ema::access::OmmProviderEvent::getClientHandle |
( |
| ) |
const |
Returns a unique client identifier (a.k.a., client handle) associated by EMA with a connected client.
- Returns
- client identifier or handle
void* thomsonreuters::ema::access::OmmProviderEvent::getClosure |
( |
| ) |
const |
Returns an identifier (a.k.a., closure) associated with an open stream on a OmmProvider application Application associates the closure with an open item stream on OmmProvider::registerClient( ... , ... , void* closure )
- Returns
- closure value
UInt64 thomsonreuters::ema::access::OmmProviderEvent::getHandle |
( |
| ) |
const |
Returns a unique item identifier (a.k.a., item handle) associated by EMA with an open item stream. Item identifier is returned from OmmProvider::registerClient().
- Returns
- item identifier or handle
OmmProvider& thomsonreuters::ema::access::OmmProviderEvent::getProvider |
( |
| ) |
const |
friend class DictionaryHandler |
|
friend |
friend class DirectoryHandler |
|
friend |
friend class LoginHandler |
|
friend |
friend class MarketItemHandler |
|
friend |
friend class NiProviderLoginItem |
|
friend |
friend class NiProviderSingleItem |
|
friend |
friend class OmmServerBaseImpl |
|
friend |
friend class ProviderItem |
|
friend |