send_order
Submit a new FIX order with symbol validation, corporate action checks, and automatic routing when no venue is specified. Supports market, limit, and stop orders.
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 |