dzengi_place_order
Places a trade order with a financial effect; executes once. On an unknown result, reconcile the account before retrying to prevent duplicate orders.
Instructions
Place an order with a financial side effect. This mutation is sent once; an unknown outcome requires account reconciliation before any retry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| side | Yes | ||
| type | Yes | ||
| price | No | ||
| symbol | Yes | ||
| confirm | Yes | ||
| leverage | No | ||
| quantity | Yes | ||
| stopLoss | No | ||
| accountId | No | ||
| takeProfit | No | ||
| stopDistance | No | ||
| profitDistance | No | ||
| clientRequestId | Yes | ||
| expireTimestamp | No | ||
| newOrderRespType | No | ||
| trailingStopLoss | No | ||
| guaranteedStopLoss | No |