| LimitOrder | R Documentation | 
Create a limit order object
LimitOrder(action, totalQuantity, lmtPrice)
| action | Generally available values are "BUY" and "SELL". Additionally, "SSHORT", "SLONG" are available in some institutional-accounts only | 
| totalQuantity | The number of positions being bought/sold. | 
| lmtPrice | The LIMIT price. Used for limit, stop-limit and relative orders | 
Returns a limit order object for the placeOrder function.
Example to follow
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.