|
dxFeed Graal CXX API v7.0.0
|
Topics | |
| "Candle" Module | |
| "Market" Module | |
| "Misc" Module | |
| "Option" Module | |
Concepts | |
| concept | ConvertibleToEventSourceWrapper |
| A concept describing a event source that can be wrapped. | |
| concept | ConvertibleToEventSourceWrapperCollection |
| A concept that defines a collection of wrapped or wrapping event sources. | |
Classes | |
| struct | EventType |
| Marks all event types that can be received via dxFeed API. More... | |
| struct | EventTypeWithSymbol< Symbol > |
| Event type parametrized by a symbol. More... | |
| struct | EventTypeWithSymbol< std::string > |
| Concrete implementation of a event for std::string. More... | |
| class | EventTypeEnum |
| The enumeration type that provides additional information about the dxFeed Graal C++-API event type. More... | |
| class | IndexedEventSource |
| Source identifier for IndexedEvent. More... | |
| struct | TimeSeriesEvent |
| Represents time-series snapshots of some process that is evolving in time or actual events in some external system that have an associated time stamp and can be uniquely identified. More... | |
| class | EventFlag |
| class | EventFlagsMask |
| The event flags' mask (a set of bit flags) More... | |
| struct | EventSourceWrapper |
| A helper wrapper class needed to pass heterogeneous event sources using a container and convert them to internal Graal representation. More... | |
| struct | IndexedEvent |
| Represents an indexed collection of up-to-date information about some condition or state of an external entity that updates in real-time. More... | |
| struct | LastingEvent |
| Represents up-to-date information about some condition or state of an external entity that updates in real-time. More... | |
Functions | |
| DXFCPP_END_NAMESPACE dxfcpp::EventFlagsMask | operator| (const dxfcpp::EventFlag &eventFlag1, const dxfcpp::EventFlag &eventFlag2) noexcept |
Performs a bit or operation with two event flags. | |
|
inlinenoexcept |
Performs a bit or operation with two event flags.
| eventFlag1 | The first event flag |
| eventFlag2 | The second event flag |