create a new Trade object
1 2 3 4 5 6 7 8 9 |
symbol |
a market symbol |
side |
"buy" | "sell" |
qty |
number of shares |
time_in_force |
"day" | "gtc" | "opg" |
limit_price |
NULL | limit price for limt and sotp limit type orders |
stop_price |
NULL | stop price for stop and stop_limit type orders |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.