dxFeed Graal CXX API v4.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:22
Identifies source of Order, AnalyticOrder, OtcMarketsOrder and SpreadOrder events.
Definition OrderSource.hpp:37
A concept describing a event source that can be wrapped.
Definition EventSourceWrapper.hpp:29

Detailed Description

A concept describing a event source that can be wrapped.

Template Parameters
TProbable event source type