Description Usage Arguments Functions
A function to assist with lower-level etrade API calls.
1 2 3 4 5 6 7 |
module |
The etrade API module to reach (one of: "accounts", "market", "order", "notification") |
api |
The API endpoint to reach within the module |
session |
An internal session object |
query |
list of other arguments for the body of the call |
verb |
A verb function from package httr (GET (default), POST, etc) |
norun |
boolean (default = FALSE). If true, returns unevaluated api call with
environment captured, that can be executed later with function |
url |
send in entire url string instead of using module and api |
api_call |
unevaluted api call retuned by |
etrade_api
: the function that creates an etrade api call
etrade_url
: A helper function to build Etrade API call
eval_api
: A helper function that evaluates an etrade API call
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.