Method: QuestradeApi::AccountCall#executions
- Defined in:
- lib/questrade_api/modules/account_call.rb
#executions(account_id, params = {}) ⇒ Object
45 46 47 |
# File 'lib/questrade_api/modules/account_call.rb', line 45 def executions(account_id, params = {}) QuestradeApi::REST::Execution.fetch(, account_id, params) end |