place_order
Submit live stock orders by quantity or amount for US market orders, specifying symbol, side, order type, and account. Supports order confirmation for high-value trades.
Instructions
Submit a live quantity- or amount-based stock order.
The API wire fields are symbol, side, orderType, timeInForce, quantity, price, orderAmount, clientOrderId, and confirmHighValueOrder. Quantity and orderAmount are mutually exclusive; orderAmount is for US MARKET orders.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| side | Yes | ||
| price | No | ||
| symbol | Yes | ||
| confirm | No | ||
| quantity | No | ||
| order_type | Yes | ||
| account_seq | Yes | ||
| order_amount | No | ||
| time_in_force | No | DAY | |
| client_order_id | No | ||
| confirm_high_value_order | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||