dxFeed Graal CXX API v4.0.0
|
This is the complete list of members for DXFeedSubscription, including all inherited members.
addChangeListener(std::shared_ptr< ObservableSubscriptionChangeListener > listener) override | DXFeedSubscription | virtual |
addEventListener(EventListener &&listener) | DXFeedSubscription | inline |
addEventListener(std::function< void(const std::vector< std::shared_ptr< EventT > > &)> &&listener) | DXFeedSubscription | inline |
addSymbols(const SymbolWrapper &symbolWrapper) const | DXFeedSubscription | |
addSymbols(SymbolIt begin, SymbolIt end) const | DXFeedSubscription | inline |
addSymbols(const SymbolsCollection &collection) const | DXFeedSubscription | inline |
addSymbols(std::initializer_list< SymbolWrapper > collection) const | DXFeedSubscription | |
attach(std::shared_ptr< DXFeed > feed) | DXFeedSubscription | |
clear() const | DXFeedSubscription | |
close() const | DXFeedSubscription | |
containsEventType(const EventTypeEnum &eventType) override | DXFeedSubscription | virtual |
create(const EventTypeEnum &eventType) | DXFeedSubscription | static |
create(EventTypeIt begin, EventTypeIt end) | DXFeedSubscription | inlinestatic |
create(std::initializer_list< EventTypeEnum > eventTypes) | DXFeedSubscription | static |
create(EventTypesCollection &&eventTypes) | DXFeedSubscription | inlinestatic |
createShared(Args &&...args) | RequireMakeShared< DXFeedSubscription > | inlinestatic |
detach(std::shared_ptr< DXFeed > feed) | DXFeedSubscription | |
getAggregationPeriod() const | DXFeedSubscription | |
getDecoratedSymbols() const | DXFeedSubscription | |
getEventsBatchLimit() const | DXFeedSubscription | |
getEventTypes() override | DXFeedSubscription | virtual |
getSymbols() const | DXFeedSubscription | |
is() const noexcept | SharedEntity | inline |
isClosed() override | DXFeedSubscription | virtual |
MAX_BATCH_LIMIT | DXFeedSubscription | static |
onEvent() | DXFeedSubscription | |
OPTIMAL_BATCH_LIMIT | DXFeedSubscription | static |
Ptr typedef | DXFeedSubscription | |
removeChangeListener(std::size_t changeListenerId) override | DXFeedSubscription | virtual |
removeEventListener(std::size_t listenerId) | DXFeedSubscription | |
removeSymbols(const SymbolWrapper &symbolWrapper) const | DXFeedSubscription | |
removeSymbols(SymbolIt begin, SymbolIt end) const | DXFeedSubscription | inline |
removeSymbols(SymbolsCollection &&collection) const | DXFeedSubscription | inline |
removeSymbols(std::initializer_list< SymbolWrapper > collection) const | DXFeedSubscription | |
setAggregationPeriod(const TimePeriod &aggregationPeriod) const | DXFeedSubscription | |
setAggregationPeriod(std::chrono::milliseconds aggregationPeriod) const | DXFeedSubscription | inline |
setAggregationPeriod(std::int64_t aggregationPeriod) const | DXFeedSubscription | inline |
setEventsBatchLimit(std::int32_t eventsBatchLimit) const | DXFeedSubscription | |
setSymbols(SymbolIt begin, SymbolIt end) const | DXFeedSubscription | inline |
setSymbols(SymbolsCollection &&collection) const | DXFeedSubscription | inline |
setSymbols(std::initializer_list< SymbolWrapper > collection) const | DXFeedSubscription | |
sharedAs() noexcept | SharedEntity | inline |
RequireMakeShared< DXFeedSubscription >::sharedAs() const noexcept | SharedEntity | inline |
toString() const override | DXFeedSubscription | virtual |
Unique typedef | DXFeedSubscription | |
~Entity() noexcept=default | Entity | virtual |