-
-
Notifications
You must be signed in to change notification settings - Fork 83
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
Add support for the new option's snapshot fields #745
Comments
OlegRa
added a commit
that referenced
this issue
Apr 26, 2024
…al) filtering properties and initial client-side validation.
OlegRa
added a commit
that referenced
this issue
Apr 26, 2024
… the `ListSnapshotsAsync` method (breaking change).
OlegRa
added a commit
that referenced
this issue
Apr 26, 2024
…dded and used instead of `ISnapshot` for options.
OlegRa
added a commit
that referenced
this issue
Apr 28, 2024
… and `ListSnapshotsAsAsyncEnumerable` into the Extensions package.
OlegRa
added a commit
that referenced
this issue
May 10, 2024
…al) filtering properties and initial client-side validation. (cherry picked from commit 99409ce)
OlegRa
added a commit
that referenced
this issue
May 10, 2024
… the `ListSnapshotsAsync` method (breaking change). (cherry picked from commit be7b14e)
OlegRa
added a commit
that referenced
this issue
May 10, 2024
…dded and used instead of `ISnapshot` for options. (cherry picked from commit c44e47b)
OlegRa
added a commit
that referenced
this issue
May 10, 2024
…agination support logic. (cherry picked from commit b88bf9a)
OlegRa
added a commit
that referenced
this issue
May 10, 2024
… and `ListSnapshotsAsAsyncEnumerable` into the Extensions package. (cherry picked from commit 476e681)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The options snapshot REST API endpoint now supports filtering and the resulting JSON contains new fields. The Go (see #279) and Python (see #446) SDKs already have a PRs with support for these new features. The required changes are:
OptionChainRequest
class with new (optional) filtering properties and initial client-side validationOptionSnapshotRequest
class and use it for theListSnapshotsAsync
method (breaking change)IOptionSnapshot
interface with Greeks and IV and use it instead ofISnapshot
for optionsListSnapshotAsync
method into the extensions packageOptional task:
ISnapshotBase
interface fromISnapshot
andIOptionSnapshot
interfaces.The text was updated successfully, but these errors were encountered: