-
Notifications
You must be signed in to change notification settings - Fork 10
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
OrderlyPrivate authentication & signature, and order update #2
Conversation
}; | ||
|
||
/** | ||
* Implements OKEx V3 WebSocket API as defined in |
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.
comments here are outdated
* | ||
* @param subscriptionId | ||
* @param channel | ||
* @see https://www.okx.com/docs-v5/en/#websocket-api-private-channel-order-channel |
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.
outdated comments
sendThrottleMs?: number; | ||
}; | ||
|
||
/** |
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.
ditto
also clean up functions that are not used |
Hi Alan, I've updated the comments and cleaned up some functions. Let me know if you have further feedback |
OrderlyPrivateClient: