Method: QuestradeApi::REST::Order.endpoint
- Defined in:
- lib/questrade_api/rest/order.rb
.endpoint(account_id) ⇒ Object
53 54 55 |
# File 'lib/questrade_api/rest/order.rb', line 53 def self.endpoint(account_id) "#{BASE_ENDPOINT}/accounts/#{account_id}/orders" end |