Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MDAPI-37] [C++] Retrieve latest events from feed #54

Merged
merged 11 commits into from
Jul 26, 2024

Conversation

AnatolyKalin
Copy link
Collaborator

@AnatolyKalin AnatolyKalin commented Jul 25, 2024

We should implement these methods:

  • DXFeed::getLastEvent
  • DXFeed::getLastEvents
  • DXFeed::getLastEventIfSubscribed

@ttldtor
Copy link
Collaborator

ttldtor commented Jul 26, 2024

  • Added SymbolWrapper::toStringUnderlying method that returns a string representation of the underlying symbol object.
  • Added EventType::assign. All EventType successors can populate their fields using EventType successors of the same type.
  • Added DXFeed::getLastEventIfSubscribed method.
  • Added DXFeed::getLastEvent and DXFeed::getLastEvents methods that use the DXFeed::getLastEventIfSubscribed method.

@ttldtor ttldtor marked this pull request as ready for review July 26, 2024 12:52
@AnatolyKalin AnatolyKalin merged commit 0676fd3 into main Jul 26, 2024
21 checks passed
@AnatolyKalin AnatolyKalin deleted the feature/MDAPI-37 branch July 26, 2024 13:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants