send_order
Send trading orders via FIX protocol. Validates symbols, checks corporate actions, and automatically routes orders to appropriate venues when needed.
Instructions
Send a new order via FIX NewOrderSingle. Validates symbol, checks corp actions, auto-routes if no venue supplied.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | ||
| side | Yes | ||
| quantity | Yes | ||
| order_type | Yes | ||
| price | No | ||
| client_name | Yes | ||
| venue | No |