Method: Figo#get_security
- Defined in:
- lib/security/api_call.rb
#get_security(account_id, security_id) ⇒ Security
Retrieve a security.
10 11 12 |
# File 'lib/security/api_call.rb', line 10 def get_security(account_id, security_id) query_api_object Security, "/rest/accounts/" + account_id + "/securities/" + security_id, nil, "GET", nil end |