|
dxFeed Graal CXX API v4.3.1
|
This is the complete list of members for DXFeed, including all inherited members.
| attachSubscription(std::shared_ptr< DXFeedSubscription > subscription) | DXFeed | |
| createSubscription(const EventTypeEnum &eventType) | DXFeed | |
| createSubscription(EventTypeIt begin, EventTypeIt end) | DXFeed | inline |
| createSubscription(std::initializer_list< EventTypeEnum > eventTypes) | DXFeed | |
| createSubscription(const EventTypesCollection &eventTypes) | DXFeed | inline |
| createTimeSeriesSubscription(const EventTypeEnum &eventType) | DXFeed | |
| createTimeSeriesSubscription(EventTypeIt begin, EventTypeIt end) | DXFeed | inline |
| createTimeSeriesSubscription(std::initializer_list< EventTypeEnum > eventTypes) | DXFeed | |
| createTimeSeriesSubscription(const EventTypesCollection &eventTypes) | DXFeed | inline |
| detachSubscription(std::shared_ptr< DXFeedSubscription > subscription) | DXFeed | |
| detachSubscriptionAndClear(std::shared_ptr< DXFeedSubscription > subscription) | DXFeed | |
| getIndexedEventsIfSubscribed(const SymbolWrapper &symbol, const IndexedEventSource &source) const | DXFeed | inline |
| getIndexedEventsPromise(const SymbolWrapper &symbol, const IndexedEventSource &source) const | DXFeed | inline |
| getInstance() | DXFeed | static |
| getLastEvent(std::shared_ptr< E > event) | DXFeed | inline |
| getLastEventIfSubscribed(const SymbolWrapper &symbol) | DXFeed | inline |
| getLastEventPromise(const SymbolWrapper &symbol) const | DXFeed | inline |
| getLastEvents(const Collection &events) | DXFeed | inline |
| getLastEventsPromises(SymbolIt begin, SymbolIt end) const | DXFeed | inline |
| getLastEventsPromises(const SymbolsCollection &collection) const | DXFeed | inline |
| getLastEventsPromises(std::initializer_list< SymbolWrapper > collection) const | DXFeed | inline |
| getTimeSeriesIfSubscribed(const SymbolWrapper &symbol, std::int64_t fromTime, std::int64_t toTime) const | DXFeed | inline |
| getTimeSeriesIfSubscribed(const SymbolWrapper &symbol, std::chrono::milliseconds fromTime, std::chrono::milliseconds toTime) const | DXFeed | inline |
| getTimeSeriesIfSubscribed(const SymbolWrapper &symbol, std::int64_t fromTime) const | DXFeed | inline |
| getTimeSeriesIfSubscribed(const SymbolWrapper &symbol, std::chrono::milliseconds fromTime) const | DXFeed | inline |
| getTimeSeriesPromise(const SymbolWrapper &symbol, std::int64_t fromTime, std::int64_t toTime) const | DXFeed | inline |
| is() const noexcept | SharedEntity | inline |
| Ptr typedef | DXFeed | |
| sharedAs() noexcept | SharedEntity | inline |
| sharedAs() const noexcept | SharedEntity | inline |
| toString() const override | DXFeed | virtual |
| Unique typedef | DXFeed | |
| ~Entity() noexcept=default | Entity | virtual |