dxFeed Graal CXX API
|
The enumeration type that provides additional information about the dxFeed Graal C++-API event type. More...
#include <EventTypeEnum.hpp>
Public Member Functions | |
std::uint32_t | getId () const noexcept |
const std::string & | getName () const &noexcept |
const std::string & | getClassName () const &noexcept |
bool | isLasting () const noexcept |
bool | isIndexed () const noexcept |
bool | isTimeSeries () const noexcept |
bool | isOnlyIndexed () const noexcept |
bool | isMarket () const noexcept |
The enumeration type that provides additional information about the dxFeed Graal C++-API event type.
Useful when used as a subscription parameter.
|
inlinenodiscardnoexcept |
|
inlinenodiscardnoexcept |
|
inlinenodiscardnoexcept |
Referenced by DXFeedSubscription::create(), and DXFeed::createSubscription().
|
inlinenodiscardnoexcept |
true
if the current enum element is characterizing the Indexed event.
|
inlinenodiscardnoexcept |
true
if the current enum element is characterizing the Lasting (TICKER) event
|
inlinenodiscardnoexcept |
true
if the current enum element is characterizing the Market event.
|
inlinenodiscardnoexcept |
true
if the current enum element is characterizing the OnlyIndexed (Indexed, but not TimeSeries) event.
|
inlinenodiscardnoexcept |
true
if the current enum element is characterizing the TimeSeries (HISTORY) event.