-
Notifications
You must be signed in to change notification settings - Fork 441
Many orders and cancels #4
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
Many orders and cancels #4
Conversation
Signed-off-by: ed <>
Signed-off-by: ed <>
|
Thanks for adding this @elevatordown @traderben is the python SDK expert, will let him take a look |
traderben
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for putting this PR together!
hyperliquid/exchange.py
Outdated
| ) | ||
|
|
||
| def cancel(self, coin: str, oid: int) -> Any: | ||
| def cancel(self, coin: str, oids: List[int]) -> Any: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I feel similarly that we should have a separate cancels method and that should take a list of coin, oid pairs instead of just a list of oids
|
@traderben addressed all comments |
|
havent seen makefiles in like 10 years, made my day |
traderben
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome! Thanks for addressing all the comments, just one more small issue
No description provided.