lib/snaptrade/api/account_information_api.rb in snaptrade-2.0.16 vs lib/snaptrade/api/account_information_api.rb in snaptrade-2.0.21
- old
+ new
@@ -454,11 +454,11 @@
end
# List account positions
#
- # Returns a list of positions in the the specified account.
+ # Returns a list of positions in the specified account.
#
# @param user_id [String]
# @param user_secret [String]
# @param account_id [String] The ID of the account to get positions.
# @param [Hash] extra additional parameters to pass along through :header_params, :query_params, or parameter name
@@ -467,22 +467,22 @@
data
end
# List account positions
#
- # Returns a list of positions in the the specified account.
+ # Returns a list of positions in the specified account.
#
# @param user_id [String]
# @param user_secret [String]
# @param account_id [String] The ID of the account to get positions.
# @param [Hash] extra additional parameters to pass along through :header_params, :query_params, or parameter name
def get_user_account_positions_with_http_info(user_id:, user_secret:, account_id:, extra: {})
get_user_account_positions_with_http_info_impl(user_id, user_secret, account_id, extra)
end
# List account positions
- # Returns a list of positions in the the specified account.
+ # Returns a list of positions in the specified account.
# @param user_id [String]
# @param user_secret [String]
# @param account_id [String] The ID of the account to get positions.
# @param [Hash] opts the optional parameters
# @return [Array<Position>]
@@ -490,10 +490,10 @@
data, _status_code, _headers = get_user_account_positions_with_http_info(user_id, user_secret, account_id, opts)
data
end
# List account positions
- # Returns a list of positions in the the specified account.
+ # Returns a list of positions in the specified account.
# @param user_id [String]
# @param user_secret [String]
# @param account_id [String] The ID of the account to get positions.
# @param [Hash] opts the optional parameters
# @return [Array<(Array<Position>, Integer, Hash)>] Array<Position> data, response status code and response headers