dzengi_preflight_order
Validate order intent against fresh broker metadata and policy to catch issues before placing a trade.
Instructions
Validate an order intent against fresh broker metadata and configured policy without placing it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| side | Yes | ||
| type | Yes | ||
| price | No | ||
| symbol | Yes | ||
| confirm | No | ||
| leverage | No | ||
| quantity | Yes | ||
| stopLoss | No | ||
| accountId | No | ||
| takeProfit | No | ||
| timeInForce | No | ||
| stopDistance | No | ||
| profitDistance | No | ||
| expireTimestamp | No | ||
| newOrderRespType | No | ||
| trailingStopLoss | No | ||
| guaranteedStopLoss | No |