-
Notifications
You must be signed in to change notification settings - Fork 0
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
Standardize units in the Rust SDK #31
Comments
It would be good to have support for |
my first thought with this is to port over the every
since you now know exactly what a hypothetical trade returns, this enables calling existing functions with a different unit as input. examples of this:
discussing with @dpaiton, we may want to think more deeply about how we want this functionality to look in the Rust SDK before porting that over. maybe a discussion for how we want the SDK APIs to work? @ryangoree |
check this out @jrhea |
see the comment above for what I have in mind as a return object for each trade function (already coded in python!) @jalextowle @dpaiton |
moving discussion to #63 (comment) |
There are some functions that could return base but don't. Investigate whether or not it makes sense to update these units.
The text was updated successfully, but these errors were encountered: