class TDAmeritrade::Operations::GetWatchlists

Public Instance Methods

call(account_id: ) click to toggle source
# File lib/tdameritrade/operations/get_watchlists.rb, line 6
def call(account_id: )
  response = perform_api_get_request(url: "https://api.tdameritrade.com/v1/accounts/#{account_id}/watchlists")
  parse_api_response(response)
end