dxFeed Graal CXX API
|
This is the complete list of members for DXFeedSubscription, including all inherited members.
addEventListener(EventListener &&listener) noexcept | DXFeedSubscription | inline |
addEventListener(std::function< void(const std::vector< std::shared_ptr< EventT > > &)> &&listener) noexcept | DXFeedSubscription | inline |
addSymbols(const SymbolWrapper &symbolWrapper) const noexcept | DXFeedSubscription | inline |
addSymbols(SymbolIt begin, SymbolIt end) const | DXFeedSubscription | inline |
addSymbols(const SymbolsCollection &collection) const noexcept | DXFeedSubscription | inline |
addSymbols(std::initializer_list< SymbolWrapper > collection) const noexcept | DXFeedSubscription | inline |
attach(std::shared_ptr< DXFeed > feed) noexcept | DXFeedSubscription | |
clear() const noexcept | DXFeedSubscription | inline |
close() noexcept | DXFeedSubscription | inline |
containsEventType(const EventTypeEnum &eventType) const noexcept | DXFeedSubscription | inline |
create(const EventTypeEnum &eventType) | DXFeedSubscription | inlinestatic |
create(EventTypeIt begin, EventTypeIt end) | DXFeedSubscription | inlinestatic |
create(std::initializer_list< EventTypeEnum > eventTypes) | DXFeedSubscription | inlinestatic |
create(EventTypesCollection &&eventTypes) | DXFeedSubscription | inlinestatic |
detach(std::shared_ptr< DXFeed > feed) noexcept | DXFeedSubscription | |
getDecoratedSymbols() noexcept | DXFeedSubscription | inline |
getEventTypes() const noexcept | DXFeedSubscription | inline |
getSymbols() const noexcept | DXFeedSubscription | inline |
is() const noexcept | SharedEntity | inline |
isClosed() const noexcept | DXFeedSubscription | inline |
onEvent() noexcept | DXFeedSubscription | inline |
Ptr typedef | DXFeedSubscription | |
removeEventListener(std::size_t listenerId) noexcept | DXFeedSubscription | inline |
removeSymbols(const SymbolWrapper &symbolWrapper) const noexcept | DXFeedSubscription | inline |
removeSymbols(SymbolIt begin, SymbolIt end) const | DXFeedSubscription | inline |
removeSymbols(SymbolsCollection &&collection) const noexcept | DXFeedSubscription | inline |
removeSymbols(std::initializer_list< SymbolWrapper > collection) const noexcept | DXFeedSubscription | inline |
setSymbols(SymbolIt begin, SymbolIt end) const | DXFeedSubscription | inline |
setSymbols(SymbolsCollection &&collection) const noexcept | DXFeedSubscription | inline |
setSymbols(std::initializer_list< SymbolWrapper > collection) const noexcept | DXFeedSubscription | inline |
sharedAs() noexcept | SharedEntity | inline |
sharedAs() const noexcept | SharedEntity | inline |
toString() const noexcept override | DXFeedSubscription | virtual |
Unique typedef | DXFeedSubscription | |
~Entity() noexcept=default | Entity | virtual |