dxFeed Graal CXX API
Loading...
Searching...
No Matches
ConvertibleToSymbolWrapper Concept Reference

A concept describing a symbol that can be wrapped. More...

#include <SymbolWrapper.hpp>

Concept definition

template<typename T>
ConvertibleToStringSymbol<std::decay_t<T>> || std::is_same_v<std::decay_t<T>, WildcardSymbol> ||
std::is_same_v<std::decay_t<T>, IndexedEventSubscriptionSymbol> ||
std::is_same_v<std::decay_t<T>, TimeSeriesSubscriptionSymbol> || std::is_same_v<std::decay_t<T>, CandleSymbol>
Represents subscription to a specific source of indexed events.
Definition IndexedEventSubscriptionSymbol.hpp:39
Represents subscription to time-series of events.
Definition TimeSeriesSubscriptionSymbol.hpp:44
A concept describing a string that can be wrapped.
Definition StringSymbol.hpp:124
A concept describing a symbol that can be wrapped.
Definition SymbolWrapper.hpp:32
Symbol that should be used with DXFeedSubscription class to subscribe for Candle events.
Definition CandleSymbol.hpp:88
Represents [wildcard] subscription to all events of the specific event type.
Definition WildcardSymbol.hpp:23

Detailed Description

A concept describing a symbol that can be wrapped.

Template Parameters
TProbable symbol type