Skip to content

Commit

Permalink
[EN-7587] Implement FetchDailyCandles sample
Browse files Browse the repository at this point in the history
IsolatedDXFeedSubscription
  • Loading branch information
ttldtor committed Jun 9, 2024
1 parent 70eb5e6 commit 0e919c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/dxfeed_graal_cpp_api/api/DXFeedSubscription.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ class DXFCPP_EXPORT DXFeedSubscription : public RequireMakeShared<DXFeedSubscrip
Debugger::debug("DXFeedSubscription(eventTypes = " + namesToString(begin, end) + ")");
}

eventTypes_ = std::unordered_set{begin, end};
eventTypes_ = std::unordered_set<EventTypeEnum>{begin, end};

auto list = EventClassList::create(eventTypes_.begin(), eventTypes_.end());

Expand Down

0 comments on commit 0e919c8

Please sign in to comment.