feat(trade): re-enable all_executions across all SDKs - #559
Draft
sunli829 wants to merge 5 commits into
Draft
Conversation
sunli829
marked this pull request as draft
July 22, 2026 09:34
The API is now available. Uncomment the previously disabled all_executions implementations in Rust, blocking, Python (sync/async), Java, Node.js, C, and C++ SDKs, and restore the Python type stub.
The today/history/all executions responses now return the buy/sell direction of each fill. Expose it as `Execution.side` (`OrderSide`) in every binding: Rust core, Python, Node.js, C, C++, and Java. Regenerate the C header (cbindgen) and Node.js bindings.
sunli829
force-pushed
the
feat/enable-all-executions
branch
from
July 30, 2026 04:20
ac34d74 to
cbd0dac
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Re-enable the previously disabled
all_executionsAPI across all language SDKs now that the API is available.Changes
all_executionsimplementations in Rust, blocking Rust, Python (sync & async), Java, Node.js, C, and C++ SDKsopenapi.pyi) for bothTradeContextandAsyncTradeContextTest plan
all_executionsreturns data against live API🤖 Generated with Claude Code