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

Update ListOptionsChainParams.WithStrikePrice to support comparators #414

Merged
merged 3 commits into from
May 8, 2024

Conversation

justinpolygon
Copy link
Contributor

This is a breaking change to models.ListOptionsChainParams.models.ListOptionsChainParams that adds support for strike price comparators via things like .WithStrikePrice("gte", 500.00) and WithStrikePrice("lte", 600.00). A customer wanted to filter using the additional params but couldn't figure out the example. So, I wanted to update the example and found that we didn't support this without directly modifying ListOptionsChainParams with a pointer.

@justinpolygon
Copy link
Contributor Author

Thank you. When we do the release notes I'll call this out and do a major version.

@justinpolygon justinpolygon merged commit 1bc789b into master May 8, 2024
16 checks passed
@justinpolygon justinpolygon deleted the jw-options-snapshot-comparators branch May 8, 2024 16:36
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.

3 participants