-
Notifications
You must be signed in to change notification settings - Fork 649
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
use get_account_from_string in get_account_limit_orders #1168
Conversation
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. Please fix in-code documentation.
@@ -298,7 +298,7 @@ class database_api | |||
* was just canceled accidentally, in such case, the result orders' price may lower or equal to start_price, | |||
* but orders' id greater than start_id | |||
*/ | |||
vector<limit_order_object> get_account_limit_orders( const string& name_or_id, | |||
vector<limit_order_object> get_account_limit_orders( const string& account_name_or_id, |
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.
Need to update comment about this variable. Scroll up.
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, updated at bd5c842
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.
@@ -291,14 +291,14 @@ class database_api | |||
* @return List of orders from @ref name_or_id to the corresponding account |
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.
Here is another one.
for issue #1164