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 options snapshot example with params #405

Closed
wants to merge 3 commits into from

Conversation

justinpolygon
Copy link
Contributor

Support received a request to update the example with params so they could see an example of using a filter.

Comment on lines 23 to 31
StrikePriceGTE: new(float64),
StrikePriceLTE: new(float64),
Limit: new(int),
}

*params.StrikePriceGTE = 500.0
*params.StrikePriceLTE = 600.0
*params.Limit = 250

Copy link

@mmoghaddam385 mmoghaddam385 Apr 9, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we use the params.With... helper functions instead of directly setting pointers?

@justinpolygon
Copy link
Contributor Author

Cannot resolve merge conflict going to remake.

@justinpolygon justinpolygon deleted the jw-options-snapshot-params branch May 7, 2024 13:42
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