dxFeed Graal CXX API v7.0.0
Loading...
Searching...
No Matches
ConvertibleToEventSourceWrapper Concept Reference

A concept describing a event source that can be wrapped. More...

#include <EventSourceWrapper.hpp>

Concept definition

template<typename T>
std::is_same_v<std::decay_t<T>, OrderSource> || std::is_same_v<std::decay_t<T>, IndexedEventSource>
Source identifier for IndexedEvent.
Definition IndexedEventSource.hpp:27
Identifies a source of Order, AnalyticOrder, OtcMarketsOrder, and SpreadOrder events.
Definition OrderSource.hpp:42
A concept describing a event source that can be wrapped.
Definition EventSourceWrapper.hpp:34

Detailed Description

A concept describing a event source that can be wrapped.

Template Parameters
TProbable event source type